Quantcast
Channel: How to solve client side validation problem? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by KooiInc for How to solve client side validation problem?

If the first b returns false, you return before the second part can execute. Combine the functions for your submit handler to something like:function checkSubmit(){ var cansubmit = true, speak1 =...

View Article



How to solve client side validation problem?

I am working on a project and need to do some client side validation.I am doing all validations by calling the onsubmit() method.The problem that I am facing is that the validation runs just fine when...

View Article
Browsing latest articles
Browse All 2 View Live


Latest Images