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 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]> wrote:
>>
>>
>> Hi,
>>
>> I am currently using the form plugin and I love it. There's one minor
>> thing
>> I don't quite seem to understand. Is it possible to unbind the ajaxForm
>> from
>> the form in question? I am using a number of radio buttons and depending
>> on
>> the radio that is clicked the form should be submitted via ajaxForm and
>> otherwise not. If people click the radio button that binds ajaxForm
>> multiple
>> times the form is als submitted multiple times.
>>
>> So somehow I need to unbind the ajaxForm once another radiobutton is
>> selected. Hope I made myself clear as I don't have the source code here
>> available.
>>
>> Thanks in advance.
>>
>> Pezkel
>> --
>> View this message in context:
>> http://www.nabble.com/unbind-ajaxForm-tf3933561s15494.html#a11156163
>> Sent from the JQuery mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/unbind-ajaxForm-tf3933561s15494.html#a11172181
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to