jscroll
jscroll copied to clipboard
How to add more parameters to link pointing to the next set of content
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" ?
At line 150 please add this .
data.nextHref = $(_options.nextSelector).attr('href');
this will solve problem of getting all parameters from the query string
goo suggestion let me make a fix to this.