We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation shows the following example regarding paginate:
paginate
.paginate('.next_page@href').
.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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
When I press the link I get a page redirect. Is there any way to work around this?
The text was updated successfully, but these errors were encountered: