[jQuery] Possible to do specific ajaxStart/Stop effects??
Im puzzled by this part.. when you do something such as $
('img').ajaxStart(function(){ // code }); this is called every time
an ajax request is sent.. what if i just want it related to a specific
ajax request only? this does not seem very piratical to have
everything change at once