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
I need to add more parameters to link pointing to the next set of content defined by "nextSelector" after jscroll is already initialized.
Any clue how can I update internally used "nextHref" ?
The text was updated successfully, but these errors were encountered:
At line 150 please add this .
data.nextHref = $(_options.nextSelector).attr('href');
this will solve problem of getting all parameters from the query string
Sorry, something went wrong.
goo suggestion let me make a fix to this.
How to add more parameters to link pointing
d4b8cbe
pklauzinski#146 How to add more parameters to link pointing to the next set of content pklauzinski#146
pklauzinski
No branches or pull requests
I need to add more parameters to link pointing to the next set of content
defined by "nextSelector" after jscroll is already initialized.
Any clue how can I update internally used "nextHref" ?
The text was updated successfully, but these errors were encountered: