sticksy
sticksy copied to clipboard
Enable/disable with jQuery
Hi, thanks for the plugin, it's really great.
I was wondering if you can tell me how to enable and disable with jquery? I want to disable on smaller screen size (mobile).
$('.sticky-element').sticksy({
topSpacing: 20,
listen: true
});
Thanks
I modified the existing jQuery demo to show enabling/disabling the plugin with jQuery (It's basically the same as with normal JS)
If you need to do it with a media query, you may need to use matchMedia