Ajax 分页,网上查了方法,为什么我还是通过 a 链接跳转了 [ 2.0 版本 ]
网上搜的代码
<?= LinkPager::widget(['pagination'=>$pages) ?>
<?php $this->beginBlock('abc'); ?>
<script>
$(document).on('click','.pagination a',function(e){
//alert(1111); 没走到这里
e.preventDefault();
var url=$(this).attr('href');
$.get(url,function(msg){
//alert(msg);
$('#comment_list').html(msg);
});
});
</script>
<?php $this->endBlock(); $this->registerJs($this->blocks['abc'], View::POS_END); ?>
共 2 个回答
筱筱溺水寒
注册时间:2017-02-15
最后登录:2019-04-18
在线时长:4小时43分
最后登录:2019-04-18
在线时长:4小时43分
- 粉丝2
- 金钱145
- 威望0
- 积分185