sticky-kit icon indicating copy to clipboard operation
sticky-kit copied to clipboard

A jQuery plugin for creating smart sticky elements

Results 104 sticky-kit issues
Sort by recently updated
recently updated
newest added

No idea why this is happening, but it results in the `.is_stuck` class being removed and re-added on every little scroll event. I changed line 119 (within the `tick()` function)...

Hi, Iam totally new for make a website, while iam interest to make this sticky element design for my website. Could some one tell me how to install it step...

I use this script on various sites and had trouble with phantom scrolling in chrome on all pages. I used the fix from #218 and updated to unofficial 1.1.4 but...

I'm getting this error when the file is being concatenated in a minified file and it's pointing to [this line](https://github.com/leafo/sticky-kit/blob/master/dist/sticky-kit.js#L10).

Hi I would like to know if there a way to replace the scroll event to use requestAnimationFrame. I try my self, but when sticky elem reach the bottom, it...

I try to build my scripts with Browserify but it fails in the 12th line: ```js win = $(window); ``` How is it supposed to be used? v1.1.3

Demo not working in IE 11 I have checked in windows 7 and 10

I've noticed a strange bug where the sticky element doesn't activate if class not on a div (an `` in my case). This only seems to affect it if the...

fixes: https://github.com/leafo/sticky-kit/issues/110

Add `set_bottom` option to support for keeping bar at the bottom. Also I add support for resizing. `bar_height` option needs for resizing supported.