Stick a table header or any other HTML element to the top of the page.
- # Why Sticky?
-
Some Reasons To Use:
- `position: fixed` is not enough
- Sticky is dependant free
- Sticky with tables
- Weights less than 2KB
- # Basic Usage
-
- Use "sticky" as id of the element
- Add the sticky.js source on body end
<div id="sticky">Some Content</div><script src="sticky.js"></script>
</body> - # Get Now!
-
Get Sticky to use Today
- Download
- Using Bower [ ` $ bower install sticky ` ]