jquery-bootstrap-pagination
jquery-bootstrap-pagination copied to clipboard
The link "#" should be prevent for one page application.
For one page application, the url "#" part means different route, so use this pagination will take to home page after run callback.
So it should add this code:
event.preventDefault();
in the PaginationView.prototype.clicked function.
Please submit a PR. Thanks.
Okay, already submit.