[jQuery] ajaxStart() and ajaxStop(): Any way to know the type of the request?

[jQuery] ajaxStart() and ajaxStop(): Any way to know the type of the request?

What I want to do is simples, or at least I thought it was.<div>
</div><div>I need to show a #loading div for GET requests and a #saving div for POST ones. I then realized that the ajaxStart/Stop callbacks do not receive any parameter (at least it's what is stated on the API Reference)... If it received a "request" one, I would check the request.type property, for instance.</div>
<div>
</div><div>Is there any way to accomplish that? Other than setting the callback for each individual request.</div><div>
</div><div>Thanks.</div><div><br clear="all">Rafael Soares
</div>