[jQuery] Re: Asp.net AJAX form

2009-08-26 Thread Cesar Sanz
$.post.. or event better using the form plugin http://malsup.com/jquery/form/ - Original Message - From: k-one fathi To: jquery-en@googlegroups.com Sent: Wednesday, August 26, 2009 12:07 AM Subject: [jQuery] Re: Asp.net AJAX form I want to submit the form via AJAX ,in

[jQuery] Re: Asp.net AJAX form

2009-08-25 Thread k-one fathi
I want to submit the form via AJAX ,in asp.net how I can do this? Thx

[jQuery] Re: Asp.net AJAX form

2009-08-18 Thread Cesar Sanz
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" To: "jQuery (English)" Sent: Tuesday, August 18, 2009 3:44 AM S

[jQuery] Re: Asp.net AJAX form

2009-08-18 Thread MorningZ
Well, do you want to submit the form via AJAX or via postack it's one or the other, but you mention both On Aug 18, 5:44 am, K1 wrote: > 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 resp