> I was really asking if there was any support for synchronous XHR within
> jQuery. It's basically no more complicated than opening the XHR object
> like:
> 
>    req.open("GET", url, false)
> 
> instead of 
> 
>    req.open("GET", url, true)
> 
> However, jQuery does not define any argument/option for specifying that
> thirs parameter.

It should pretty easy to add it, especially after the refactoring I did after 
1.0.3.

I created a bug report (http://jquery.com/dev/bugs/bug/367/), but would delay 
it for 1.1.

--
Jörn Zaefferer

http://bassistance.de
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to