jquery-bootpag
jquery-bootpag copied to clipboard
BootPag - boostrap dynamic pagination jQuery plugin
Seems fairly simple package.json add devDependencies with [closure compiler](https://github.com/google/closure-compiler) ``` "devDependencies": { "google-closure-compiler": "^20210601.0.0" }, ``` package.json add script to compile, use start since it's easy ``` "scripts": { "start":...
Added Bootstrap 4 compatibility and added position feature at settings for alignment. Valid alignments are: start (left), center & end (right).
Using changes from https://github.com/botmonster/jquery-bootpag/issues/55#issue-357964364 Google closure compiler no longer uploads pre-built binaries, so I added the google-closure-compiler npm package.
Hello, I modified your plugin for a compatibility bootstrap 4. I share my code if you're interested. Thank you for your great plugin `(function($, window) { $.fn.bootpag = function(options){ var...
I tried to leave the middle one in the center. Just tested it on `maxVisible: 3`, as I had no time for more
Hey all, Are there any plans to supporting Bootstrap 4? Changes seem minimal to make it work.
So I tried adding a set of class rather than a single class to apply a css ruleset: ```js $('.lib-page').bootpag({ total: 7, page: 1, maxVisible: minimumPages, leaps: false, // For...
i want to add every li class add page-item and i want to add every a class page-link how can i do?
Hi, please how can I set to obtain that wen load new page window automatically scroll to the top? Thanks