PHPackages                             intelogie/jquery-bootpag - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. intelogie/jquery-bootpag

ActiveLibrary

intelogie/jquery-bootpag
========================

Bootstrap pagination

01571HTML

Since Oct 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/INTELOGIE/jquery-bootpag)[ Packagist](https://packagist.org/packages/intelogie/jquery-bootpag)[ RSS](/packages/intelogie-jquery-bootpag/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (1)

bootpag - dynamic pagination
============================

[](#bootpag---dynamic-pagination)

This jQuery plugin helps you create dynamic pagination with [Bootstrap](http://getbootstrap.com/) or in any other html pages.

\#Example

Snippet that dynamic loads number of pages. More examples can be found on [project homepage](http://botmonster.com/jquery-bootpag/)

```
Dynamic page content

```

```
$('#pagination-here').bootpag({
    total: 7,          // total pages
    page: 1,            // default page
    maxVisible: 5,     // visible pagination
    leaps: true         // next/prev leaps through maxVisible
}).on("page", function(event, num){
    $("#content").html("Page " + num); // or some ajax content loading...
    // ... after content load -> change total to 10
    $(this).bootpag({total: 10, maxVisible: 10});
});
```

\#License

Plugin available under MIT license (See LICENSE file)

Copyright (c) 2013-2015 botmonster.com

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cd960536c07e255b2e6f7e55c03c6d09274b215ccceaccc38926ffe03e098a7?d=identicon)[bgauthier](/maintainers/bgauthier)

---

Top Contributors

[![botmonster](https://avatars.githubusercontent.com/u/159018?v=4)](https://github.com/botmonster "botmonster (42 commits)")[![bbrooks](https://avatars.githubusercontent.com/u/3484010?v=4)](https://github.com/bbrooks "bbrooks (2 commits)")[![gyuha](https://avatars.githubusercontent.com/u/139057?v=4)](https://github.com/gyuha "gyuha (2 commits)")[![bgauthier](https://avatars.githubusercontent.com/u/1789355?v=4)](https://github.com/bgauthier "bgauthier (1 commits)")[![tiptronic](https://avatars.githubusercontent.com/u/80752?v=4)](https://github.com/tiptronic "tiptronic (1 commits)")

### Embed Badge

![Health badge](/badges/intelogie-jquery-bootpag/health.svg)

```
[![Health](https://phpackages.com/badges/intelogie-jquery-bootpag/health.svg)](https://phpackages.com/packages/intelogie-jquery-bootpag)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
