顯示具有 Bootstrap 標籤的文章。 顯示所有文章
顯示具有 Bootstrap 標籤的文章。 顯示所有文章

2013年11月18日 星期一

Bootstrap Paginator

var options = {
currentPage: 3,
             totalPages: 10,
             pageUrl: function(type, page, current){

                     return "http://example.com/list/page/"+page;

             }
}

$('#example').bootstrapPaginator(options);




Reference :
Bootstrap Paginator - Bootstrap Pagination jQuery plugin

2012年11月15日 星期四