EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

remove spinning wheel on service call

Hi There, happy Thanksgiving!

sorry for this mere request. I'm sure I saw this question somewhere but can't find it as i need it today.

is there a way to remove (temporally) the spinning wheel showing up on service call ?

concretely, I want not to show for some service calls,
and also i need it to make user waiting for some other services.

any link or direction where to look for ?

thks in advance
Eric

EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

remove spinning wheel on service call

in fact, I managed to find it. no more request.

to whom would need to hide this loading icon.
it's class is ".ui-icon-loading"
you can suspend it appearing dynamically :

$('.ui-icon-loading').css('display','none');

to show it again, remplace 'none' by 'initial'

cheers
Eric

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

remove spinning wheel on service call

Hello Eric,

Thanks for the update here, glad you've found the solution.

Return to “Issues”