webforms - How to validate Laravel 4 form (html) with js framework -


i developed laravel web application forms. client not satisfied laravel form validation because validating server side , reload page, taking more time. want validate form client side.. js framework suitable laravel 4. need laravel form validation methords min,max,numeric,alphanumeric,alpha. custom validation error messages.

also please give best tutorial link suggestion. ?

have considered making ajax call backend, making use of laravel's form validators, user tabs next input field? way form validated prior submit.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -