标签:
var fdata=$("form").serialize(); //获取表单的值 $.post("tiaozhuan.jsp", fdata, function (result) {//无刷新提交表单 alert(result); })
jquery获取表单数据无刷新提交
原文地址:http://www.cnblogs.com/zml2015/p/post.html