indipendent event for ajax call
Hi. I'm using ajaxStop and ajaxStart in a div for displaying a loading img. This trigger all the ajax event of the document. What I have to do for leaving this but use another trigger in a different ajax call?
I mean. There is a call that I don't want to use with the loading img of the "general" ajaxstart/stop. I want to specify what to do when THIS call start and stops and ovveride the general one in document ready!
Thanks