when ajax request starts use

$.ajaxStart(function(){
   $("div.containing.image").show();
});

when ajax request stops use:

$.ajaxStop(function(){
   $("div.containing.image").hide();
});
----- Original Message ----- From: "K1" <ozzyfat2...@gmail.com>
To: "jQuery (English)" <jquery-en@googlegroups.com>
Sent: Tuesday, August 18, 2009 3:44 AM
Subject: [jQuery] Asp.net AJAX form



Hi,all.
I wanna create ajax form in asp.net that have loading image,
how can I do this?
loading image  (gif animation) will show utill postback response.

Thx
K1

Reply via email to