I use jQuery validator plugin from this link :
https://www.jqueryscript.net/form/instant-input-validation.html#google_vignette
Everything works fine, but when I press submit button, I want get result from
$("#validate").inputValidation();
To make sure everything is correct.
How can this be done?
Thanks ,
2
Answers
Use the function
valid()
after validating the form withvalidate
.Hope this helps!
Typically, the validation method works something like this:
You did not provide any details on your code, so the issue might potentially be in you not including the library properly, it’s hard to tell