jscroll icon indicating copy to clipboard operation
jscroll copied to clipboard

contentSelector doesn't appear to do anything

Open sapphonie opened this issue 9 years ago • 2 comments

  $('.scroll').jscroll();({
                nextSelector: 'a:last',
                contentSelector: '.main',
                debug: true,

doesn't load just the main class when code is

<div class="scroll">
<div class="main">
content
</div>
<a href="next page"></a>
</div>

sapphonie avatar Apr 25 '16 14:04 sapphonie

@TheSqrtMinus1 - what version of jQuery are you using?

pklauzinski avatar May 01 '16 06:05 pklauzinski

2.1.4, if I remember right

sapphonie avatar May 02 '16 12:05 sapphonie