jquery post传值并跳转页面 5
$.post('2list_confirm.php',{data_send:cart_send},function(data){document.write(data);...
$.post(
'2list_confirm.php',
{data_send:cart_send},
function(data){
document.write(data);
//window.location.href ="2list_confirm.php";
});
这是我的post函数,现在的问题是我用document.write(data);载入页面2list_confirm.php时载入的页面css正常,但是js没有调用,而用window.location.href ="2list_confirm.php";时$data_get=$_POST['data_send']传值又接受不到,求救啊 展开
'2list_confirm.php',
{data_send:cart_send},
function(data){
document.write(data);
//window.location.href ="2list_confirm.php";
});
这是我的post函数,现在的问题是我用document.write(data);载入页面2list_confirm.php时载入的页面css正常,但是js没有调用,而用window.location.href ="2list_confirm.php";时$data_get=$_POST['data_send']传值又接受不到,求救啊 展开
展开全部
2list_confirm.php页面的js代码被当作字符返回了,并通过document.write输出了,js代码不会执行的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
把页面2list_confirm里面的JS写在document.write(data);下面;引用提前引用。
追问
具体怎么操作呢?这条语句怎么写?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
第一个问题,啥叫JS没有调用,比如说,你接受了一个对象,创建个节点ul,然后通过遍历把接受的对象显示在ul中,需要事件委托才能给li绑定事件。 例如用jquery .on('click','li',function)。 我不太清楚你想问的是不是这个。
第二个问题,建议查一下页面之间相互通讯的方法。仔细研究一下0.0
第二个问题,建议查一下页面之间相互通讯的方法。仔细研究一下0.0
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
时间日历天气
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你页面返回的是什么类型的数据
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询