Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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