$(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 <hellof...@gmail.com> wrote: > 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 <james.gp....@gmail.com> wrote: > > > - Is the debug option set to true? > > - Does the form submit without validation set? > > > On Feb 12, 8:05 am, deem <hellof...@gmail.com> 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 > >