[jQuery] Re: Jquery Validaiton plugin

2009-02-13 Thread James
$(form).validate({ rules: { name: required }, debug: true < is this here?? }); If that's not the case, if you could post some code, that would be very helpful. Maybe there is an error in your code preventing it from submitting. On Feb 13, 12:46 am, Hellofrom wrote:

[jQuery] Re: Jquery Validaiton plugin

2009-02-13 Thread Hellofrom
Thanks James I am new to this How can i check if debug option is true or not? yes the form submited without validaiton set On Thu, Feb 12, 2009 at 11:51 PM, James wrote: > > - Is the debug option set to true? > - Does the form submit without validation set? > > On Feb 12, 8:05 am, deem wrote: >

[jQuery] Re: Jquery Validaiton plugin

2009-02-12 Thread James
- Is the debug option set to true? - Does the form submit without validation set? On Feb 12, 8:05 am, deem wrote: > Hello, > thanks for this great plugin. I try i use it however the valiation is > working fine but the form is not submited > can you please help me on that > thanks