v4.0.0
版本发布时间: 2017-02-21 07:15:49
jquery-form/form最新发布版本:v4.3.0(2020-06-07 12:06:44)
News
- jQuery Form has a new home! The new canonical URL for the project is https://github.com/jquery-form/form
- The major version has been incremented to 4 due to the new home of project. Version 4 is expected to be backward compatible with 3.51.0.
New Features
- aac6154 Contributor Code of Conduct
- #504 Changes functions 'bind' and 'unbind' to 'on' and 'off' for modern jQuery compatibility
- #193 Improve resetForm to work on individual elements and non-FORM tags
- #224 Adds a filtering function to remove some elements from being serialized
- #262 Added support for functions in 'data' option for ajaxForm and ajaxSubmit
- #400 Shorter plugin initialization and set reset/clear form options through data attributes
- #414 #463 options.success may be an array of callback functions
- #506 beforeSubmit event can abort the submit
- 0dc9b4e 2ea3e86 Updated compatibility with package managers
- aeb407d Grunt support
Bug Fixes
- #446 Array conversion in IE8
- #469 Sometimes submit button is not found
- #471 Forms without a submit button
- #511 Disabled
select
s are no longer serialized