jquery-bootstrap-pagination icon indicating copy to clipboard operation
jquery-bootstrap-pagination copied to clipboard

The link "#" should be prevent for one page application.

Open wind13 opened this issue 10 years ago • 2 comments

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.

wind13 avatar Mar 13 '16 07:03 wind13

Please submit a PR. Thanks.

markbates avatar Mar 13 '16 13:03 markbates

Okay, already submit.

wind13 avatar Mar 14 '16 09:03 wind13