Jquery中文网 www.jquerycn.cn
Jquery中文网 >  jQuery  >  jQuery 插件  >  正文 Form Reset

Form Reset

发布时间:2014-05-24   编辑:www.jquerycn.cn
This plugin allows you to reset a form, or collection of forms, by calling reset(). You can pass the function one of the following: A form or collection of forms A child of a form A container that has a form or forms, including the entire page It works by
This plugin allows you to reset a form, or collection of forms, by calling reset(). You can pass the function one of the following: A form or collection of forms A child of a form A container that has a form or forms, including the entire page It works by appending a hidden <input type="reset" /> to each form and clicking it. This utilizes the default reset behavior of the browser, allowing for a consistent user experience.

您可能感兴趣的文章:
HTML DOM Reset 对象
jQuery form表单reset按钮重置清空表单的实现代码
jquery easyui表单重置扩展思路
jQuery如何重置reset表单
jquery js 重置表单 reset()具体实现代码
JavaScript 重置表单的实例分享
jquery重置reset表单内容的多个方法
Struts1.2 Action 和ActionForm 导致页面出不来
HTML DOM Form 对象
JS 提交表单的小例子

[关闭]