Smooth-Div-Scroll
Smooth-Div-Scroll copied to clipboard
Uncaught TypeError: $(...).smoothDivScroll is not a function
I can't get it work in any way. I think because of this error below i get from chrome developer tool console:
(index):362 Uncaught TypeError: $(...).smoothDivScroll is not a function at HTMLDocument.
((index):362) at i (jquery-2.2.4.min.js:2) at Object.fireWith [as resolveWith] (jquery-2.2.4.min.js:2) at Function.ready (jquery-2.2.4.min.js:2) at HTMLDocument.J (jquery-2.2.4.min.js:2)
code i'm using for plugin initialization:
$(document).ready(function() { $(".news-scroller").smoothDivScroll({ autoScrollingMode: "always", autoScrollingDirection: "endlessLoopRight", autoScrollingStep: 1, autoScrollingInterval: 15, autoScrollingMode: "onStart" }); });
What i'm missing?
did you fix it already?