abouolia / sticky-sidebar

😎 Pure JavaScript tool for making smart and high performance sticky sidebar.

Home Page:https://abouolia.github.io/sticky-sidebar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting a StickySidebar is not defined error

aboutdereham opened this issue · comments

I used the example html, css and js code but I can't get the sticky sidebar to stick!

Have a look to https://audio-gear-dev.org/companys7/

Chrome states the errors:

sticky-error

Any idea what might be wrong?
Thanks
Robert

I had this issue because I was grabbing the .js file from src folder. That is the pre-compile source code. Grab the same file from dist folder and it should be the distribution file

commented

I had this issue because I was grabbing the .js file from src folder. That is the pre-compile source code. Grab the same file from dist folder and it should be the distribution file

That work for me, thank you.