Page 1 of 1

remove spinning wheel on service call

Posted: Thu Nov 24, 2016 11:24 pm
by EJLD

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


remove spinning wheel on service call

Posted: Fri Nov 25, 2016 1:00 am
by EJLD

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


remove spinning wheel on service call

Posted: Fri Nov 25, 2016 12:09 pm
by Illya Stepanov

Hello Eric,

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