Arcelio J. Fetizanan Jr.
Posts: 0
Joined: Wed May 16, 2012 1:00 pm

$('#ajaxBusy').remove(); NOT WORKING AFTER LATEST UPGRADE

$('#ajaxBusy').remove(); not working after latest upgrade of webisite. Nothing was changed on the code but after getting the latest build after the upgrade, hiding the loading animation is not working anymore.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

$('#ajaxBusy').remove(); NOT WORKING AFTER LATEST UPGRADE

Hello,
I will find out and update.

Arcelio J. Fetizanan Jr.
Posts: 0
Joined: Wed May 16, 2012 1:00 pm

$('#ajaxBusy').remove(); NOT WORKING AFTER LATEST UPGRADE

Thanks please. I need the answer immediately for this. Thanks.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

$('#ajaxBusy').remove(); NOT WORKING AFTER LATEST UPGRADE

It should work, use page load event to remove the indicator from the page:

Image

Arcelio J. Fetizanan Jr.
Posts: 0
Joined: Wed May 16, 2012 1:00 pm

$('#ajaxBusy').remove(); NOT WORKING AFTER LATEST UPGRADE

It's still the same. Its already in pageload. I'm using the old editor still since its an app I created months ago.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

$('#ajaxBusy').remove(); NOT WORKING AFTER LATEST UPGRADE

Can you try with page show and let us know if that works?

Arcelio J. Fetizanan Jr.
Posts: 0
Joined: Wed May 16, 2012 1:00 pm

$('#ajaxBusy').remove(); NOT WORKING AFTER LATEST UPGRADE

Nopes. It's still the same for $('#ajaxBusy').remove();

Let me know if there are any workarounds.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

$('#ajaxBusy').remove(); NOT WORKING AFTER LATEST UPGRADE

Can you create a simple page with a button that invokes any service and code to remove the busy indicator on page show and share the link?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

$('#ajaxBusy').remove(); NOT WORKING AFTER LATEST UPGRADE

There are two workarounds.

  • You can use "Navigate to page" action instead of "Run custom javascript" to navigate between screens.

  • Or you can leave "Run Custom Javascript", but instead of codenavigateTo('Feedback');/code use codenavigateTo('Feedback', {reverse: false});/code

Arcelio J. Fetizanan Jr.
Posts: 0
Joined: Wed May 16, 2012 1:00 pm

$('#ajaxBusy').remove(); NOT WORKING AFTER LATEST UPGRADE

This does not work. My code calls a service every n seconds. Whenever it does, it displays the rotating screen. Before it is already hidden.

Return to “Issues”