[jQuery] Re: Wait Ajax end request before continue
Ok, thank you for your help :) I've found a better way to do what I wanted.
[jQuery] Re: Wait Ajax end request before continue
As you have found, AJAX is asynchronous. It can be made synchronous, but you don't want to do that as it locks up the _entire_ browser. The most common way to deal with this is to put up a "Loading" notice (sometimes using something like a modal overlay) while the data loads. Karl Rudd On Thu,