当前位置: 软件>JavaScript软件
jQuery Form Plugin
本文导语: jQuery Form Plugin 是一个扩展表单操作的 jQuery 插件,直接文件上传表单,示例代码: // wait for the DOM to be loaded $(document).ready(function() { // bind 'myForm' and provide a simple call...
jQuery Form Plugin 是一个扩展表单操作的 jQuery 插件,直接文件上传表单,示例代码:
// 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!");
});
});
这里有一份中文文档:
http://www.aqee.net/docs/jquery.form.plugin/jquery.form.plugin.html