sticky-kit
sticky-kit copied to clipboard
A jQuery plugin for creating smart sticky elements
So far, the `inner_scrolling` option works exactly as proposed, but is limited to considering the whole content of the stuck_in_parent element. However, in my sidebar, I have both a navigation...
If I set the css property for right to 0, the stuck element is flush against the browser window instead of the parent as would be expected for fixed elements....
As soon as my nav sticks to the top the content below slightly jumps up behind it! How can this be avoided?
Please add a semicolon to prevent JavaScript merging errors.
This fixes the following issue - when we land on in the middle of the page(a long page) the top is applied without 'px' so it never gets applied.
I spend two hours for this problem to solve… i was wondering why the sticky object did not stick (bottom:0) to the parent div properly. instead, it jumped back to...
Here is how my code look like; ``` ``` My javascript code : `$("#aside_right,#aside_left").stick_parent();`  The central content is longer than asides and that's why I want asides to stick...
It doesn't work well, when I'm scrolling horizontaly.  # It works when it's on the top (because no absolute positioning used in this case): 
Hello @leafo , I am the member of []([cdnjs]%28https://github.com/cdnjs/cdnjs%29) project. We want to host this library. I want to confirm the license with you. I found that the license you...
great plugin btw, thanks!