教程集 www.jiaochengji.com
教程集 >  jQuery  >  jQuery 插件  >  正文 Form Reset

Form Reset

发布时间:2014-05-24   编辑:jiaochengji.com
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.

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

[关闭]
~ ~