jscroll icon indicating copy to clipboard operation
jscroll copied to clipboard

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

Open fahadonline opened this issue 8 years ago • 2 comments

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

fahadonline avatar Dec 20 '17 13:12 fahadonline

At line 150 please add this .

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

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

alge90rto avatar Feb 09 '21 18:02 alge90rto

goo suggestion let me make a fix to this.

almas-786 avatar Feb 09 '21 18:02 almas-786