Skip to content

selecting page by clicking ellipses doe not update location.hash #155

@humpy125

Description

@humpy125

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; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions