Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leafo/sticky-kit
A jQuery plugin for creating smart sticky elements
https://github.com/leafo/sticky-kit
coffeescript jquery jquery-plugin
Last synced: 2 days ago
JSON representation
A jQuery plugin for creating smart sticky elements
- Host: GitHub
- URL: https://github.com/leafo/sticky-kit
- Owner: leafo
- Created: 2013-07-30T06:33:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T03:23:59.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T15:26:56.938Z (about 2 months ago)
- Topics: coffeescript, jquery, jquery-plugin
- Language: CoffeeScript
- Homepage: http://leafo.net/sticky-kit
- Size: 371 KB
- Stars: 2,908
- Watchers: 79
- Forks: 520
- Open Issues: 158
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Sticky-kit
A jQuery plugin for making smart sticky elements.
See the homepage for directions and examples:
Are you having trouble getting something to work? Consult the [troubleshooting guide](https://github.com/leafo/sticky-kit/wiki/Troubleshooting).
# Installation
```bash
$ npm install sticky-kit --save
```Find `sticky-kit.js` in the `dist/` directory. Make sure to include it after
jQuery.## Bower
```bash
$ bower install sticky-kit --save
```## Copying
Include `sticky-kit.js` after you've included jQuery on the page.
* [sticky-kit.min.js](https://raw.githubusercontent.com/leafo/sticky-kit/master/dist/sticky-kit.min.js)
* [sticky-kit.js](https://raw.githubusercontent.com/leafo/sticky-kit/master/dist/sticky-kit.js)# Documentation
Refer to the homepage: http://leafo.net/sticky-kit/#reference
# License
MIT