sticky-kit
Version:
A jQuery plugin for creating smart sticky elements
29 lines (15 loc) • 714 B
Markdown
# Sticky-kit
A jQuery plugin for making smart sticky elements.
See the homepage for directions and examples: <http://leafo.net/sticky-kit/>
# Installation
## Copying
Copy [jquery.sticky-kit.min.js](https://raw.githubusercontent.com/leafo/sticky-kit/master/jquery.sticky-kit.min.js) to your project, and include it with a `script` tag. jQuery is a dependency, it must be loaded before the Sticky-kit.
You can download the non-minified version here: [jquery.sticky-kit.js](https://raw.githubusercontent.com/leafo/sticky-kit/master/jquery.sticky-kit.js)
## Bower
```bash
$ bower install sticky-kit --save
```
# Documentation
Refer to the homepage: http://leafo.net/sticky-kit/#reference
# License
WTFPL