Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Egretta opened this issue Mar 26, 2017 · 1 comment
Open

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

Egretta opened this issue Mar 26, 2017 · 1 comment

Comments

@Egretta
Copy link

Egretta commented Mar 26, 2017

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?

@khaaayt
Copy link

khaaayt commented May 22, 2018

did you fix it already?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants