-
Latest version of bootpag.js is 1.0.7
while on cdn only 1.0.4 is available http://cdnjs.com/libraries/jquery-bootpag
1.0.4 has bug which doesn't apply `pagination` class properly and pagination list …
-
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)…
-
Using the following code triggers the onpage function-call twice when clicking a pagination link (workaround is included):
var page = 1; // global variable
$('.sbpagination').bootpag({
total:…
-
There are some nice projects that would be nice to have:
1) pagination - http://botmonster.com/jquery-bootpag/#pro-page-9
2) sorting - https://github.com/drvic10k/bootstrap-sortable
-
First init two bootpags for same content.
Second,When clicking on the top or bottom paging numbers, we bind the paging event to be triggered twice.
-
Version: 1.0.7
jquery-2.1.3
The paging controls the increased search options error, when I click on the search button to select the Collate option again, the data of page will be repeated loading ti…
-
I am using `main-bower-files` which copies all bower's libraries main files to vendor folder. But only when there is a `main` property in bower.json. The value of this property should be the filename …
-
How I can destroy or refresh component?
I need refresh pagination component with new total parameter after ajax. How I can do this?
-
You don't need to do this by this prototype, however we will both need to do this and I have found this tool which will help us
http://botmonster.com/jquery-bootpag/#
We need to use dynamic paginati…
-
Hey all,
Are there any plans to supporting Bootstrap 4? Changes seem minimal to make it work.