Cant using with Bootstrap 3.0.
Bootstrap 2 had the structure: div class="pagination"
Bootstrap 3 has the structure: ul class="pagination"
Is any plans with BS3?
thanks for letting me know about this. I'll have a look into it later. :) haven't got a chance to change over to bs3 yet.
div class="pagination"
works like a charm in Bootstrap 3 as well. I am using it in my recent jekyll powered project.
i changed it.please look my project on directory "src".
Still doesn't work as intended. The JS file says "v0.5". I workaround by:
$('#paginator ul').addClass('pagination');
在option里面指定版本号即可 var options = { bootstrapMajorVersion: 3, //使用bootstrapV3版本必须指定这个属性,否则样式出错 currentPage: 4, totalPages: 10, numberOfPages:5 }