[jQuery] Validation help

2009-12-02 Thread Hidd3n
Hello, I wanted to ask something if anyone can help me. I searched everywere but couldnt find an answer. It's a simple function but for me its dificult because i started learning jquery 2 days ago.. I would like to ask if there is a way to put a validation on one simple input. I have a page and 2

[jQuery] Validation Help A Noobie Out

2009-11-16 Thread iamjon
Hi everyone, I have a form that is being validated with the Jquery Validation Plugin. I have managed to get a central message "Please Recheck the form", and to have the input focus on the first error. (Although, I"m not too sure the input is working) To get this, I had to override the default messa

[jQuery] Validation help needed

2009-10-02 Thread coachz
when i run "this.submit();" i submit my ajax request, so how can i get the validate to fire on invalidHandler and submitHandler so I will only run this.submit(); when it passes validation ? Currently the validator does not validate the form at all on submit, I need it to cancel the submit if