> I'm struggling with these global ajax callback handlers. The
> documentations states as follows:
>
>         $("#msg").ajaxComplete(function(request, settings){
>                         $(this).prepend('<p>Successfully loaded url: ' + 
> settings.url + '</
> p>');
>                 }
>         );


Those docs look wrong.  The first arg is the event object, the second
is the XHR, and the third is the settings object.

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

Reply via email to