sticky-kit
sticky-kit copied to clipboard
A jQuery plugin for creating smart sticky elements
Hey Guys, Hoping that someone here can help me. Sticky works fine (most times) but there are issue with it disappearing. When I scroll half down the page and refresh,...
Is there a way for the offset to accept percentage value? eg: 10% of the window height. I actually want to try to make my element stuck in the middle...
Apologies, I'm a Github newbie, this is probably the wrong forum in which to offer suggestions? In "jquery.sticky-kit.js" I suggest changing line 140 from **if (scroll < top) {** to...
Hi Author, I have found it really cool plugin for sticky elements. Thanks for that. I have a requirement where i need to keep a sidebar sticky inside a modal....
in case of internet explorer outerWidth is ignoring padding in case box-sizing is border-box. I think it should consider padding in case of border-box.
In chrome on (ipad/iphone) when scroll page sticky header slide outside of visible area, when scroll stop header showup, maybe too much calculations for positioning?
I'm using iOS 9.3.5 and whilst the stickiness works, when I scroll fast my list based menu tags just disappear completely. I have the feeling they are off the screen...
A new option to disable the sticky behaviour based on viewport width ``` $(el).stick_in_parent({ min_width: 768, }); ``` Useful for some responsive layout requirements without the need to destroy and...