> 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...
-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
[email protected]
http://jquery.com/discuss/