rPage

Highly responsive pagination for Bootstrap

View the Project on GitHub auxiliary/rpage

Highly responsive pagination for Bootstrap 3

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.

Demo

Example

rpage1rpage2rpage3rpage4rpage5

Usage

Just include responsive-pagination.js and call the rPage function on the pagination element like this:

$(document).ready(function () {
    $(".pagination").rPage();
});