[jQuery] Jquery validating the data that is there in the div tag..

2008-07-16 Thread konda
I need to validate the data on the onClick. I will pass the div id to validateDiv method. In the above scenario I need to validate only the data that is there in

[jQuery] Re: Jquery validation

2008-07-03 Thread konda
Jörn It is working thanks for your support . On Jul 2, 11:25 pm, konda <[EMAIL PROTECTED]> wrote: > Thanks a lot I will try > > On Jul 2, 5:59 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> > wrote: > > > Take a look at the highlight/un

[jQuery] Re: Jquery validation

2008-07-03 Thread konda
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 P

[jQuery] Jquery validation

2008-07-02 Thread konda
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

[jQuery] auto populate

2008-05-20 Thread konda
I am looking for some code to "auto populate (Auto complete ) " the dropdown boxes using the jquery and struts , If you have any idea please let me know.