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

How to add more parameters to link pointing to the next set of content #146

Open
fahadonline opened this issue Dec 20, 2017 · 2 comments
Open
Assignees
Labels

Comments

@fahadonline
Copy link

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" ?

@pklauzinski pklauzinski self-assigned this Dec 27, 2017
@alge90rto
Copy link

At line 150 please add this .

data.nextHref = $(_options.nextSelector).attr('href');

this will solve problem of getting all parameters from the query string

@almas-786
Copy link

goo suggestion let me make a fix to this.

almas-786 added a commit to almas-786/jscroll that referenced this issue Feb 9, 2021
pklauzinski#146

How to add more parameters to link pointing to the next set of content pklauzinski#146
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants