[jQuery] ajaxStart() question

[jQuery] ajaxStart() question


Hello!
I would like to launch a function each time an ajax call is made, that
places a "loading" throbber in the container in which the new content
will be inserted.
Typically, these will be $('#mycontainer').load() calls.
I'm puzzled on how to detect the container upon calling my function.
Someone has an idea?
Thanks!
Alexandre