Displaying 1 result from an estimated 1 matches for "qmanager".
Did you mean:
manager
2006 Mar 07
2
How to sort execution of multiple ajax-calls
Hi,
currently I execute 2-3 AJAX-Calls (located at the end of html-body) on
loading the page. I run into problems now because they are executed
parallel of course :)
How can I garuantee that the Calls are executed when the page has loaded
completely ?
And, more interesing, how can I make one AJAX-Call start when the
previous has completely finished ?
I''ve read about Effect.Queues - is