>> Untested, but reading the code I assume this would work:
>>
>> $("#something").ajaxSuccess(fn);
>>
>> function fn(r, s) {
>>   $(this).unbind("ajaxSuccess");
>>   // do what you want, then rebind
>>   $(this).ajaxSuccess("fn");
>> }
>
> It seems unbind doesn't work on ajaxSuccess or ajaxStop...

Still didn't find how to do this. Any hint?

Thanks.


-Nicolas

-- 
Nicolas "Brush" HOIZEY
Clever Age   : http://www.clever-age.com/
Gastero Prod : http://www.gasteroprod.com/
Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002
phpHeaven    : http://www.phpheaven.net/




_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to