thinkphp ajax 无刷新 分页 返回值是整个页面 为什么
<scripttype="text/javascript">functionshiwan(id){//函数名一定要和action中的第三个参数一致varid=id;$.g...
<script type="text/javascript">
function shiwan(id){ //函数名 一定要和action中的第三个参数一致
var id = id;
$.get('/index.php/home/game/index', {'p':id}, function(data){
$("#show").empty();
//$("#show").replaceWith("<div id='show'>"+data+"</div>"); //user一定要和tpl中的一致
$("#show").append("<div id='show'>"+data+"</div>");
});
}
</script>
data返回的是整个页面?诶! 样式全部乱了 展开
function shiwan(id){ //函数名 一定要和action中的第三个参数一致
var id = id;
$.get('/index.php/home/game/index', {'p':id}, function(data){
$("#show").empty();
//$("#show").replaceWith("<div id='show'>"+data+"</div>"); //user一定要和tpl中的一致
$("#show").append("<div id='show'>"+data+"</div>");
});
}
</script>
data返回的是整个页面?诶! 样式全部乱了 展开
2015-07-22
展开全部
for ($i=0; $i<count($values); $i++) {
$sql = "insert into customer (openid, opercode, text, time, worker) values
$stmt = $dbh->prepare( $sql );
$stmt->execute( array( ".$values[$i]." ) );
$rn = $stmt->rowCount();
echo "<script>alert();</script>";
}
$sql = "insert into customer (openid, opercode, text, time, worker) values
$stmt = $dbh->prepare( $sql );
$stmt->execute( array( ".$values[$i]." ) );
$rn = $stmt->rowCount();
echo "<script>alert();</script>";
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询