[jQuery] Re: unbind ajaxForm

2007-06-18 Thread pezkel
Hello Mike, Thanks for the tip. Worked like a charm. Keep up the good work. I am getting more and more the hang of Jquery. Great stuff!. Pezkel malsup wrote: > > > Pezkel, > > There is not a built-in way to unbind the form, although I think > that's a good idea. The following code should

[jQuery] Re: unbind ajaxForm

2007-06-17 Thread Mike Alsup
Pezkel, There is not a built-in way to unbind the form, although I think that's a good idea. The following code should let you unbind the form manually: $('#myForm').unbind('submit').find('input:submit,input:image,button:submit').unbind('click'); Mike On 6/17/07, pezkel <[EMAIL PROTECTED]>