jquery.pagination

$(document).ready( function () {
$(
" #pager " ).pagination(totalPage, {
link_to:
" #do " ,
current_page: page,
items_per_page: 
1 ,
first_text: 
" 首页 " ,
prev_text: 
" 上一页 " ,
next_text: 
" 下一页 " ,
last_text: 
" 尾页 " ,
ellipse_text: 
"  " ,
callback: pageselectCallback
});
createLink();

});

 

http://www.oschina.net/p/pagination+jquery+plugin

 

你可能感兴趣的:(jquery.pagination)