sticky-js
sticky-js copied to clipboard
how use destroy?
$(window).on('load ready resize', function () { sticky = new Sticky('#sticker'); });
Have you tried this?
var sticky = new Sticky('.sticky');
sticky.destroy();
See: https://github.com/rgalus/sticky-js#methods