[jQuery] ajax start stop of multiple animations

[jQuery] ajax start stop of multiple animations

Hi jQuery,<div>
</div><div>I have successfully got my ajax working.</div><div>I'm now in the processing of put an animation gif on the site to show it's sending/retrieving date via. ajax.</div><div>
</div><div>
my problem is that I have multiple ajax calls on the same page.. and I want each call to be represented by</div><div>a unique gif animation.</div><div>
</div><div>I tried to use the ajaxStart and ajaxStop which works fine but seems to only work on a global scope which</div>
<div>means all my animations become active (visible) when an ajax event is called.</div><div>
</div><div>I'm using the $.ajax method.. is there any way I can make each $.ajax show/hide the gif animation the relates</div>
<div>to that $.ajax</div><div>
</div><div>any suggestions?</div><div>Peter</div><div><div>
--
Power Tumbling - <a href="http://www.powertumbling.dk">http://www.powertumbling.dk</a>
OSG-Help - <a href="http://osghelp.com">http://osghelp.com</a>
</div></div>