What I want to do is simples, or at least I thought it was.
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.

Is there any way to accomplish that? Other than setting the callback for
each individual request.

Thanks.

Rafael Soares

Reply via email to