> $().ajaxStart( function ) and $().ajaxStop() are great to > show/hide a global Ajax activity image/message. But sometimes > it would be nice to temporarily inactivate this functions. > E.g when you have a very short Ajax request, showing an image > for a second or so is more annoying then really helping the user. > So I'm wondering if there is an easy way to inactivate > ajaxStart and ajaxStop for certain Ajay request temporarily. > If not, maybe this would be something to include in a future > version of jQuery...
Isn't that something you could easily do yourself in your callback function? Set a global flag and check it. How would adding this to jQuery make it any easier? -Mike _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
