标签:
$("div.manu a:last").on(‘click‘,function(){ if (page == totalPage) { return; } page = page + 1; search(page); });
通过on绑定click事件
js为元素添加onclick事件
原文地址:http://www.cnblogs.com/longzhongren/p/5899000.html