Allows you to have client side validation with error messages on HTML forms
Dependencies
vegui.sk.std.js, vegui.sk.validate.js
Optional Dependencies for full functionality
vegui.sk.ani.js, vegui.sk.ani.fade.js if you want to fade in error messages, THIS FEATURE DOES NOT WORK IN INTERNET EXPLORER
Valid HTML attributes for input fields in a form
| vsk_required | validation on existing value |
| vsk_numeric | validation that value is a number |
| vsk_email | validation that value is a valid email address |
| vsk_url | validation that value is a valid URL |
Summary
| Allows you to have client side validation with error messages on HTML forms |
| |
| Validate every input field depending on the attributes set on it. |