[jQuery] Re: Disable checkbox

2009-05-07 Thread ciupaz
Perfect, thank you Jorn. Luigi On May 6, 3:06 pm, Jörn Zaefferer wrote: > That doesn't need the validation plugin. jQuery can do this by itself: > > $("#first").click(function() { >   $("#other").attr("disabled", true); > > }); > > Jörn > > > > On Wed, May 6, 2009 at 11:37 AM, ciupaz wrote: >

[jQuery] Re: Disable checkbox

2009-05-06 Thread Jörn Zaefferer
That doesn't need the validation plugin. jQuery can do this by itself: $("#first").click(function() { $("#other").attr("disabled", true); }); Jörn On Wed, May 6, 2009 at 11:37 AM, ciupaz wrote: > > Hi all, > using jQuery.Validate plug-in, how can I disable a checkbox when the > user check an