首页 > Web开发 > 详细

JS table form 序列化提交

时间:2016-01-13 12:40:20      阅读:451      评论:0      收藏:0      [点我收藏+]

document.forms["tableForm"].elements["paramJson"].value = JSON2.stringify(tdata);
document.forms["tableForm"].action = "${ctx}/portal/userservice/serviceOrderConfItem.xht";
document.forms["tableForm"].submit();

JS table form 序列化提交

原文:http://www.cnblogs.com/shiyalong/p/5126610.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!