fvalidation
v0.1.3
Published
Client side form validation
Downloads
5
Readme
fValidation
Client side form validation.
Every mandatory field must have the data attribute "data-required".
The script fires onSumbit function (see parameters) when the validation is passed.
This script require the Boostrap form markdown to properly set up the 'has-error' class.
Options
onSubmit : function(){}