sticky-js
sticky-js copied to clipboard
Example with options
i need a clear example with options to see the syntax..
Try this:
var sticky = new Sticky('#header', { wrap: true, marginTop: 20, stickyClass: 'stick-me' });
thanks mate ;)