ajaxStart() question / suggestion

ajaxStart() question / suggestion


Hello,
I'm trying to set a function that should be triggered on all ajax
start events. Therefore i thought i should use
$.ajaxStart(myFunc);
What my function should do is overlay the specific DOM element that
will receive the new content with a throbber, "please wait" div,
typically the element against which load() is called. yet i can't find
a way to get it from inside the function.
Suggestion: shouldn't the target element be stored in the ajax
object ?
I've posted on hte general jquery for answers before posting it here :
http://groups.google.com/group/jquery-en/browse_thread/thread/df7f42ab9780237e
Feel free to reply there if you think my suggestion is not relevant.