You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
When I click next button it'll go to next set of pages, then if I hit back button it goes to first set of pages but it starts to go one by one page when I keep pressing back button. I want to disable the back button when I am in first set of pages as well as when I am in last set of pages.
I want to disable "go to each page by page" in every occasion and I want to go 8 set by set when I hit next button and back button.
Is it possible to do that ? will you be able to help me on this ?
Regards
Chrishan
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Botmonster team,
I am using your pagination. It was really good. I am using the advanced example below.
$('.demo2').bootpag({
total: 23,
page: 3,
maxVisible: 10
}).on('page', function(event, num){
$(".content2").html("Page " + num); // or some ajax content loading...
});
When I click next button it'll go to next set of pages, then if I hit back button it goes to first set of pages but it starts to go one by one page when I keep pressing back button. I want to disable the back button when I am in first set of pages as well as when I am in last set of pages.
I want to disable "go to each page by page" in every occasion and I want to go 8 set by set when I hit next button and back button.
Is it possible to do that ? will you be able to help me on this ?
Regards
Chrishan
The text was updated successfully, but these errors were encountered: