Page with a sidebar that is bigger than window height. Sidebar should stick to the bottom of the page when scrolled down, and to the top of the page when scrolled up.
Page with a sidebar that is smaller than window height. Sidebar should stick to the top of the page when scrolled down or up.
Nice example showing multiple stickies on one page.
Use innerSticker
option to stick at a certain element. In this example, sticky will stick to the second box inside the sidebar only when you go up. When you go down it sticks to the bottom of the sidebar.
Use innerSticker
option to stick at a certain element, and followScroll:false
so the sidebar doesn't follow the scroll once attached. In this example, sticky will stick to the second box inside the sidebar when you go down or up.
Use innerTop
option to stick after a certain distance, and followScroll:false
so the sidebar doesn't follow the scroll once attached. In this example, sticky will stick 200px from top inside the sidebar when you go down or up.
HC-Sticky called through browserify.
HC-Sticky called with jQuery.