常用js汇总

1、帝国cms修改分页的路径

<script>
$(".met_pager > a").each(function() {
    var href = $(this).attr("href");
     $(this).attr('href','/m'+href);
})
</script>

 

posted @ 2019-10-24 10:11  Forset--森林  阅读(178)  评论(0编辑  收藏  举报