lukehaas / Scrollify

A jQuery plugin that assists scrolling and snaps to sections.
MIT License
1.8k stars 580 forks source link

Uncaught TypeError: jQuery(...).scrollify is not a function #387

Open hasintha opened 5 years ago

hasintha commented 5 years ago

Hello Lukas

Getting this errror in the consolde when the page loads

Uncaught TypeError: jQuery(...).scrollify is not a function at HTMLDocument.<anonymous> ((index):3397) at i (jquery.js:2) at Object.fireWith [as resolveWith] (jquery.js:2) at Function.ready (jquery.js:2) at HTMLDocument.J (jquery.js:2) (anonymous) @ (index):3397 i @ jquery.js:2 fireWith @ jquery.js:2 ready @ jquery.js:2 J @ jquery.js:2

I've inserted the required js as below right above the . Jquery has been loaded in the head and version used is v1.12.4.

`

`

Please help.