Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question with "paginate" buttons that don't have the href link in them #242

Open
miparnisari opened this issue Jan 6, 2017 · 0 comments

Comments

@miparnisari
Copy link

The documentation shows the following example regarding paginate:

.paginate('.next_page@href').

This assumes that the "pager" element has the URL directly embedded into it. However, in my case, the link is

<a href="javascript:void(0);" onclick="goPage('next', '2');">Next</a>

When I press the link I get a page redirect. Is there any way to work around this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants