skip to Main Content

Jquery – How to get validation result?

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 ,

VIEW QUESTION
Back To Top
Search