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
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('
2 matches
Mail list logo