How is create a jQuery validation that after click on button submit page redirect to a other address?
Please give me a example, of each jQuery validation,(like:Empty field(input))
With respect
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In order to redirect to another page:
As far as the validation is concerned I would very strongly suggest you looking at the jquery validate plugin. It’s the de-facto standard for performing client side validation of HTML forms for people that don’t want to reinvent the wheel.
So for people whiling to reinvent the wheel, here’s what they could do: