赵城藏软件站jQuery插件分类下的jQuery表单插件jQuery.form v1.0绿色版,文件大小为41KB,适用系统为WinXP,以下为介绍或使用方法。
【基本简介】
这是一个全面支持表单的jQuery插件,支持文件上传,包含以下一些方法:
-ajaxForm
-ajaxSubmit
- formToArray
- formSerialize
- fieldSerialize
- fieldValue
- clearForm
- clearFields
- resetForm
示例代码:
// wait for the DOM to be loaded $(document).ready(function() { // bind 'myForm' and provide a simple callback function $('#myForm').ajaxForm(function() { alert("Thank you for your comment!"); }); });
点击星星用来评分