Highly responsive pagination for Bootstrap
rPage is an easy to use plugin for making Bootstrap 3's pagination more responsive. rPage automatically shrinks the pagination component and removes some of its elements when there isn't enough room.
Just include responsive-pagination.js
and call the rPage
function on the pagination element like this:
$(document).ready(function () {
$(".pagination").rPage();
});