>  ajax so I need to set some kind of global property.

That is a very good idea.  There should be a global ajaxSend callback
invoked after the local handler like:

// Allow custom headers/mimetypes
if( s.beforeSend )
    s.beforeSend(xml);
if (s.global)
    jQuery.event.trigger("ajaxSend", [xml]);


In addition, the ajaxSuccess, ajaxComplete and ajaxError globals
should be passed the second argument of [xml] so that the global
callback has access to the XHR.

I'll create a ticket for this.

Mike

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to