DragAndScroll Jquery Javascript -
hello make drag , scroll using jquery or javascript. looking on internet examples couldn't find anything. can give me example of drag , scroll script? (i want use inside of scroll box)
kind regards,
artur
you'd pep.
very simple. put demo inside scrolling div you:
here's drag-and-scroll demo:
drag , scroll
simple demo
jquery
$(function() { $('.container .pep').pep(); });
html
<div class="container"> <div class="pep"></div> </div>
Comments
Post a Comment