Demo This jQuery plugin simplifies the usage of Bootstrap Pagintion. It uses appropriate classes: .pagination (you change this one), .active and .disabled. Check out the demo. Here is corresponding piece of code: $('#pagination-demo').twbsPagination({ totalPages: 35, visiblePages: 7, onPageClick: function (event, page) { $('#page-content').text('Page ' + page); } }); And HTML code: <ul id="paginat
{{#tags}}- {{label}}
{{/tags}}