jQuery MiniUI

标题: 如何将Tree的节点作为数据提交至后台 [打印本页]

作者: pradosoul    时间: 2014-2-10 17:08:34     标题: 如何将Tree的节点作为数据提交至后台

如题,怎么将Tree的节点作为数据提交至后台
       var tree = mini.get("tree1");
             var node = tree.getSelectedNode();
       $.ajax({
                   url: "${pageContext.request.contextPath}/wechat/xtsz/cdgl/oper.action",
             type: 'post',
                   data: {submitData: node, oper: 3},
这样好像穿不到后台去。求解!是需要序列化吗?

作者: pradosoul    时间: 2014-2-10 17:10:26

额,还真的是序列化,搞定了




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2