[jQuery] Re: Is there a way to READ the $.ajax settings?

2007-07-10 Thread Jörn Zaefferer
Stephan Beal wrote: On Jul 9, 9:26 pm, "Sean Catchpole" <[EMAIL PROTECTED]> wrote: $.ajaxSettings.async That's exactly what i was looking for. Thanks :). Do you happen to know if that's documented anywhere? i can find no mention of it on the jquery site, and using the on-site search

[jQuery] Re: Is there a way to READ the $.ajax settings?

2007-07-09 Thread Stephan Beal
On Jul 10, 4:13 am, "Sean Catchpole" <[EMAIL PROTECTED]> wrote: > I doubt it's documented, I just dug it our of the source (which is well > documented). i was hoping to avoid using internal details (i.e., those not documented in the public APIs), but if it's unavoidable then... oh, well. Thanks

[jQuery] Re: Is there a way to READ the $.ajax settings?

2007-07-09 Thread Sean Catchpole
On 7/9/07, Stephan Beal <[EMAIL PROTECTED]> wrote: Do you happen to know if that's documented anywhere? i can find no mention of it on the jquery site, and using the on-site search engine returns (as usual) "No page title matches". I doubt it's documented, I just dug it our of the source (which

[jQuery] Re: Is there a way to READ the $.ajax settings?

2007-07-09 Thread Stephan Beal
On Jul 9, 9:26 pm, "Sean Catchpole" <[EMAIL PROTECTED]> wrote: > $.ajaxSettings.async That's exactly what i was looking for. Thanks :). Do you happen to know if that's documented anywhere? i can find no mention of it on the jquery site, and using the on-site search engine returns (as usual) "No

[jQuery] Re: Is there a way to READ the $.ajax settings?

2007-07-09 Thread Sean Catchpole
$.ajaxSettings.async ~Sean