wesnolte / Pajinate

A jQuery Pagination Plugin
http://th3silverlining.com/2010/04/15/pajination-a-jquery-pagination-plugin/
MIT License
207 stars 97 forks source link

Ellipses click causes page reload? #40

Open ccario83 opened 11 years ago

ccario83 commented 11 years ago

Very nice plugin! I use it extensively in place of will_paginate when I need pagination on the client side. However, I've noticed that the ellipses are wrapped in a href that, when clicked, causes a page reload. This clears any javascript driven modification to the page, in my case all the selected users in the paginated list are forgotten.