Smooth-Div-Scroll icon indicating copy to clipboard operation
Smooth-Div-Scroll copied to clipboard

Uncaught TypeError: $(...).smoothDivScroll is not a function

Open Egretta opened this issue 8 years ago • 1 comments

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?

Egretta avatar Mar 26 '17 07:03 Egretta

did you fix it already?

khaaayt avatar May 22 '18 10:05 khaaayt