Chris Domigan wrote: > > Synchronous ajax calls freeze the entire *browser* until completed, not > just > the current script, whereas asynchronous calls do not. Google "ajax > synchronous" for better info on why this is not desirable behaviour. >
It could be, that I've been using "too much" Firefox (2.0) as I haven't noticed such freezing with it, when using synchronous requests. But mentioned problem really is there, when tested using IE. Browser freezes totally, until synchronous request has been handled and results returned by server. So yes, this gives something to think about. -- View this message in context: http://www.nabble.com/Setting-a-global-variable-tf2764461.html#a7735880 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
