somewebmedia / hc-sticky

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

Plugin cannot use option 'stickTo' with a jquery element object ?? #49

Closed kytosai closed 6 years ago

kytosai commented 6 years ago

I try use otpion 'stickTo' with object jquery, but it can't work

Code: http://prntscr.com/j8goxj Error: http://prntscr.com/j8gp36

somewebmedia commented 6 years ago

True, it can't.

Just pass the selector string:

stickTo: '#home-sale-block-v2'