sticky-kit
sticky-kit copied to clipboard
A jQuery plugin for creating smart sticky elements
Sticky column is jumping to the bottom at the middle of the page
When use ctrl+f to search a keyword on a webpage, normally the browser automatically jumps to the results one by one. Now I have two columns on the page with...
If you want all the sticky things to move to their sticky position, do you need to set scrolltop to a large number or is there a direct way to...
Inner scrolling doesn't work when recalc_every is set.
When using sticky kit with chrome 65, scrolling stops working if you scroll constantly starting at page load. It seems it blocks requestAnimationFrame and async deferred loading of resources.
Adding support for offset_bottom and corresponding test Also a fix for overscrolling (as in chrome browser) And a fix for inconsistent behaviour in two.html test *needs to be checked (line...
The old code is not compatible when called by AMD library, such like RequireJS or SeaJS. So I added that feature. I didn't change the version number, because I think...
Hi, Could you please create a new package on npm for the version 1.1.4 ? Thanks in advance
I have my menu bar that is the first element within the body and flush with the top of the viewport. Scrolling down the page activates the sticky But scrolling...