Skip to content

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

Description

@Egretta

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions