[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 engine
returns (as usual) "No page title matches".
  

http://docs.jquery.com/Ajax#Options
The first option :-)

--
Jörn Zaefferer

http://bassistance.de



[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 again :).



[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 is well
documented).

~Sean


[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 page title matches".

:)



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

2007-07-09 Thread Sean Catchpole


$.ajaxSettings.async

~Sean