I'm using jquery to validate a form and php to submit the data to a mySQlite database. The problem that I am facing is that my form will submit even though it is not validating. I have the php file linked in the action attribute of the form. the js file is only linked to the html with $('#signUpForm').validate(...). is there a way to link it to the submit button? Or a way to link it similar to how the php is linked to the action attribute?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
specify your validation method(say validateForm) in form tag as |
|||||||||||
|
|
You can do as following.
Here is jquery submit document. .submit |
|||
|
|