[jQuery] Re: ajaxComplete() question

2007-08-16 Thread Pops
Thanks Mike for the followup. I pasted your info in my jQuery Yellow Notes l :-) Thanks again. --- On Aug 14, 7:01 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Pops, > > The function that you bind to the ajaxComplete event actually takes 3 > arguments. So yes, the documentation is wrong. T

[jQuery] Re: ajaxComplete() question

2007-08-14 Thread Mike Alsup
Pops, The function that you bind to the ajaxComplete event actually takes 3 arguments. So yes, the documentation is wrong. The three arguments are: 1. The event object 2. The XHR 3. The settings object $().ajaxComplete(function(ev, xhr, s) { alert('event type: ' + ev.type); alert('