PHPackages                             ingenious/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ingenious/jquery-bootpag

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ingenious/jquery-bootpag
========================

Bootstrap dynamic pagination jQuery plugin

01631HTML

Since Sep 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Gimcrack/jquery-bootpag)[ Packagist](https://packagist.org/packages/ingenious/jquery-bootpag)[ RSS](/packages/ingenious-jquery-bootpag/feed)WikiDiscussions master Synced 2d 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 26% 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://avatars.githubusercontent.com/u/435657?v=4)[Stephen Giles](/maintainers/ingenious)[@ingenious](https://github.com/ingenious)

---

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)")[![msb-jeremy](https://avatars.githubusercontent.com/u/18389776?v=4)](https://github.com/msb-jeremy "msb-jeremy (1 commits)")[![tiptronic](https://avatars.githubusercontent.com/u/80752?v=4)](https://github.com/tiptronic "tiptronic (1 commits)")

### Embed Badge

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

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

###  Alternatives

[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)

PHPackages © 2026

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