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 <luigi.zambe...@gmail.com> wrote: > > Hi all, > using jQuery.Validate plug-in, how can I disable a checkbox when the > user check another checkbox in the form? > > Thanks in advance. > > Luigi >