jQuery.form 2.73 发布

该版本调整了对XML响应header的处理逻辑。

jQuery.form 是一个全面支持表单的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!");
});
});

更多关于jQuery.form的详细信息,或者下载地址请点这里

作者: 红薯   发布时间: 2011-05-04