christopherdolan / stickify

jquery ui plugin that makes divs stick to the top of the page when you scroll past them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stickify jQuery UI plugin
by Andrew Kim

This plugin turns a div into a sticky div. When a user scrolls past this sticky div, it will float above scrolling content so it always stays in the page view.

An example would be the toolbar in gmail.

Usage: 

$("#divid").stickify();

About

jquery ui plugin that makes divs stick to the top of the page when you scroll past them

License:MIT License