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 - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -