$("div.manu a:last").on('click',function(){
        if (page == totalPage) {
            return;
        }
        page = page + 1;
        search(page);
    });

通过on绑定click事件

posted on 2016-09-23 10:22  龙种人  阅读(15303)  评论(1编辑  收藏  举报