josecebe / twbs-pagination

jQuery pagination plugin (bootstrap powered)
http://josecebe.github.io/twbs-pagination/
Other
1.1k stars 405 forks source link

how to disable first,next,... and how to add html5 effects? #186

Open 4URGB opened 5 years ago

4URGB commented 5 years ago

Hie is it possible to disable the prev/last/next/first buttons? i only need the page number buttons

Is it possible to add html5 effects ?

hope i get a answear, the last issues in your board are really old and mostly unansweared

webbird commented 5 years ago

You could just hide the unwanted buttons with CSS. Example:

ul.pagination li.page-item.first{display:none}

It's not exactly what you're after but it's an option.