jscroll
jscroll copied to clipboard
contentSelector doesn't appear to do anything
$('.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>
@TheSqrtMinus1 - what version of jQuery are you using?
2.1.4, if I remember right