Cross-Browser HTML5 Form Validation: jQuery.Html5form
25
Aug
// php the_time('Y') ?>
HTML5 has a built-in validation that doesn't require any JavaScript. However, currently, it only works in Webkit browsers and can't be used in Firefox, Opera or IE.
jQuery.Html5form is a jQuery plugin that adds the lacking HTML5 form validation features to non-compatible browsers.
It doesn't require any custom functions or coding. Just create your form with the HTML5 syntax and it'll execute them automatically.
Optionally, the plugin offers features to help customizing how the errors will be handled like the the error messages, where they'll be displayed, their styles, etc.
And, it works with multiple forms on the same page as well (each of them can be customized differently).
Requirements: jQuery
Compatibility: All Major Browsers (only Firefox, Opera & IE needs it)
Website: http://www.matiasmancini.com.ar/html5form_en.php
Demo: http://www.matiasmancini.com.ar/demo_html5form_en.php
Compatibility: All Major Browsers (only Firefox, Opera & IE needs it)
Website: http://www.matiasmancini.com.ar/html5form_en.php
Demo: http://www.matiasmancini.com.ar/demo_html5form_en.php
- Tags:
JavaScript HTML5
- Filed under: Forms, Goodies, Other License
- 0 Comments
Leave a reply















