Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Page sets #35

Open
chrishanpeiris opened this issue Dec 16, 2015 · 0 comments
Open

Page sets #35

chrishanpeiris opened this issue Dec 16, 2015 · 0 comments

Comments

@chrishanpeiris
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant