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.

Reply via email to