jquery中post的问题。以下代码哪里出错了?
$(".th_steam").click(function(){varindex;index=0;$('.th_root').show();$("p.post_text"...
$(".th_steam").click(function(){
var index;
index=0;
$('.th_root').show();
$("p.post_text").each(function(index){
$.post('<?php echo base_url();?>index.php/ajax/load',{index:index},function(weibo){
$(this).html=weibo.text;
},"json");
++index;
});
}); 展开
var index;
index=0;
$('.th_root').show();
$("p.post_text").each(function(index){
$.post('<?php echo base_url();?>index.php/ajax/load',{index:index},function(weibo){
$(this).html=weibo.text;
},"json");
++index;
});
}); 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询