avianey / jqDoubleScroll

A jQuery plugin that duplicate the bottom scrollbar of an element to its top
73 stars 65 forks source link

Fixed js error #2

Closed tgdev closed 8 years ago

tgdev commented 8 years ago

Trying to use this plugin I was getting $(...).doubleScroll(); is not a function.

Wrapped plugin in a closure passing in jQuery as $ alias so as to provide isolated scope from conflicting javascript files.