somewebmedia / hc-sticky

JavaScript library that makes any element on your page visible while you scroll.
https://somewebmedia.github.io/hc-sticky/
MIT License
462 stars 114 forks source link

All commands error out on line 687 #17

Closed gdvine closed 7 years ago

gdvine commented 9 years ago

I'm using followScroll:false on my initial call. Later (on resize), I try calling any of the commands (stop, off,on,destroy,reinit) and hc-sticky errors out with this:

TypeError: $(...).data(...) is undefined
$(this).data(pluginName).commands[userOptions].call(this);
ALTELMA commented 8 years ago

I will facing same problem, too.

Uncaught TypeError: Cannot read property 'stop' of undefined
$(this).data(pluginName).commands[userOptions].call(this);
somewebmedia commented 7 years ago

Obsolete.