2016-10-26 87 views

回答

0

在listPagination.js你有

e.bind(a,"click",function(){ 
} 

在里面你开始这个函数写

e.bind(a,"click",function(){ 
    $(this).find('a').html() 
} 

使用此功能,您可以将页面保存在您想要的位置,然后将活动的类应用于此页面!

希望这可以帮助你:)