If a page is selected by clicking the ellipse and using the up and down arrows to change the number, then clicking enter the value for location.hash is not changed.
This is fixed in this code snippet starting at line 363 in jquery.simplePagination.js:
if ((val>0)&&(val<=o.pages)) { methods._selectPage.call(self, val - 1); location.hash = "#page-" + val; }
If a page is selected by clicking the ellipse and using the up and down arrows to change the number, then clicking enter the value for location.hash is not changed.
This is fixed in this code snippet starting at line 363 in jquery.simplePagination.js:
if ((val>0)&&(val<=o.pages)) { methods._selectPage.call(self, val - 1); location.hash = "#page-" + val; }