Author: by Yoshiyuki Mikomde http://www.rapidexp.com/h5form
Copyright (c) 2012 Yoshiyuki Mikome Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
Built for jQuery
This plugin gives all browsers the HTML5 forms like the Opera.
Whether these enhancements are determined in the presence or absence of the object in a input element. For the other versions of browsers, it will be able to support nearly maintenance-free ... maybe.
And this will also fix several bugs of the Internet Explorer on submit, and will allow you to use the button element.
More information about the support of each browser, please see here...
And if you wish, you can get a smaller size javascript by removing unnecessary features.
- Fixed the formnovalidate attribute.
- Close balloon when click the owner control.
- Japanese and English version were not in sync.
- Invert the balloon that has small right margin.
- Updated css for inverted balloon.
- Added support required when press the Enter on a text box with submission button in Android.
- The required attribute was not working when press the Enter on a text box in IE.
- Fixed a easy bug.
- Removed support of date state in Chrome.
- Close balloon when click itself instead of body.
- Added exprResponse in options.
- Added exprBehide in options.
- Removed classResponse in options.
- Added support Android.
- Added hasOptions in options.
- Fixed on submit!!! orz orz
- Fixed en error!! orz
- Fixed the datetime state that attribue is set to undefined.
- Fixed the datetime state that has the requed attribute.
- Does not submit if canceled in a previous handler.
- Removed support the form attribute and fixed the button element on submit.
- Fixed the position of the active balloon using the uniqueNumber for get the position.
- Added the custom download.
- Added support the attributes for form submission.
- Added support novalidate of form elemnt.
- Fixed an error in the form that does not have any input element.
- Added support for bugs in IE on submit.
- Judgment of jQuery UI was missing from 2,0.
- Maxlength control was missing from 2.0 in the textarea.
- Allowed the capitalization of the value of the type.
- Set to CustomValidity an error during the editing of each control in supported browsers.
- Simulate artificially the CustomValidity in browsers that do not support.
- Judge controls in loading and attach events to only the necessary controls.
- Only display an pre-judgment error when submitting.
- Rescan before submitting for dynamic HTML is now optional.
- Judgment the browser and version is no longer needed except for some functions.
- Removed allBrowsers in options.