文件名称:jq ajax提交表单
文件大小:37KB
文件格式:RAR
更新时间:2015-12-07 20:41:25
jq ajax
完整的jq ajax提交表单,奖解压后jq文档加入页面中,调用就可惟了。 表单结构 <form id="myForm" action="comment.php" method="post"> Name: <input type="text" name="name" /> Comment: <textarea name="comment"></textarea> <input type="submit" value="Submit Comment" /> </form> <html> <head> [removed][removed] [removed][removed] [removed][removed] // 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!"); }); }); [removed] </head> 表单结构
【文件预览】:
jq ajax
----jquery-latest.pack.js(21KB)
----jquery.form.js(30KB)
----jquery-latest.js(61KB)