josecebe / twbs-pagination

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

Added defaultHref option #154

Closed preflightech closed 7 years ago

preflightech commented 7 years ago

By default, the pagination searches for a query parameter with RegEx to perform buildItem, however the issue is that most people do not have a query on the root of their domain for first page. I added the option to add defaultHref to the options, and it solved my issue.