Thanks a lot I will try
On Jul 2, 5:59 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > Take a look at the highlight/unhighlight options! > Documented here:http://docs.jquery.com/Plugins/Validation/validate#toptions > > Jörn > > On Wed, Jul 2, 2008 at 10:39 PM, konda <[EMAIL PROTECTED]> wrote: > > > HI, > > We are trying to use Jquery validation plugin for client side > > validation. It is working okay. The error message displays if the form > > validation fails. But we need the error display to highlight the > > entire row including the label and the input element. Is there a way > > to do this in JQuery Validation plugin? > > > <div> > > <label for="firstname">Firstname</label> > > <input id="firstname" name="firstnamet" /> > > </div> > > > Basically we need to color the entire <div> element red.