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

2008-07-16 Thread konda

form id = testform
  div id =1
input type=name /
input type=lastName /
 input type=phoneNumber /

   /div
   div id =1
input type=address1 /
input type=address2 /

   /div
input type=button onClick=validateDiv(1) /
/form

I need to validate the div 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 first data.

I appreciate if you could respond to this note.

Thanks in advance ..




[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/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=firstnameFirstname/label
  input id=firstname name=firstnamet /
 /div

   Basically we need to color the entire div element red.


[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 Validation plugin?


div
label for=firstnameFirstname/label
input id=firstname name=firstnamet /
   /div


Basically we need to color the entire div element red.


[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.