A repository of over 1000 quality jQuery plugins

jQuery Twbs Pagination

Twbs Pagination is a jQuery Pagination plugin.

Created by Esimakin

jQuery pagination plugin (bootstrap powered)

Not what you're looking for? Click here to view more Pagination jQuery plugins

jQuery pagination plugin (bootstrap powered)

Basic usage

Plugin requires jQuery (required - 1.7.0 or higher).

You can use Bootstrap CSS styles and markup (or use your own).

The following code shows call the function on <ul> tag (it can be also <div> tag).

$('#pagination-demo').twbsPagination({
  totalPages: 35,
  visiblePages: 7,
  onPageClick: function (event, page) {
    $('#page-content').text('Page ' + page);
  }
});

Contributing

For development use grunt build to make minified file. To use grunt install packages by using: npm install

Demo and Docs

For more information see docs on github pages (not completed yet)



You might also like these other Pagination jQuery Plugins

  • Pagination

    A jQuery plugin for simple pagination.

  • jQuery Bootpag

    BootPag - boostrap dynamic pagination jQuery plugin

  • SliderPagination

    An experimental slider pagination using the jQuery UI slider. The idea is to use a simple navigation concept that preserves layout and st...

License:

Copyright 2014-2015 © Eugene Simakin