sticky-kit
sticky-kit copied to clipboard
A jQuery plugin for creating smart sticky elements
Hi ! I'm trying to implement sticky-kit in order review column in magento onestepcheckout. The plugin works, but when I login it stop working and doesn't show any errors in...
Fix for issue #157
hey there, my header sticks to the top of the page if i scroll down. stickykit adds the .is_stuck class correctly if i scroll, but it dont destroy if scroll...
Hi, at the moment the plugin only seems to work with scroll on body and doesn't work if the scroll is in a different element as in this [JSFiddle](https://jsfiddle.net/ujt1hbnt/). It'd...
Can't see why this is happening - the element 'My Work' is bottoming out too late here: http://maxbeech.com/ Many thanks!
Hi! I have a problem with the recalc, this is my function function stickyRassign() { var mq = window.matchMedia( "(min-width: 990px)" ); var headHei = $('.header').height(); var rassignCat = $('.rassegne').length;...
1. Step : Move to bottom of the page 2. Step: Scroll up just a little bit 3. Step: Scroll down And the slide it will disappear Sorry for my...
I have a two column FAQ layout with the question on the left and answer on the right. The column width's are percentage based as well. As I resize the...