Skip to content

Commit

Permalink
Merge branch 'gh-pages' of github.com:Calvein/stickout into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvein committed Sep 27, 2012
2 parents 4052104 + 6d528f5 commit f406900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,8 +1,8 @@
Stickout
========

Stickout is a [jQuery][] plugin, which works well with the [Twitter bootstrap][], to stick things.
Stickout is not a polyfill for the new [position: sticky][], it emulates the sticky effect from some mobiles Apps (Google Now, Google+…).
Stickout is a [jQuery][] plugin, which works well with the [Twitter bootstrap][], to stick things.
Stickout is not a polyfill for the new [position: sticky][], it emulates the sticky effect from some mobiles Apps (Google Now, Google+…).
Just [try it][], scroll down the example and then, scroll up.

Usage
Expand Down
4 changes: 2 additions & 2 deletions scripts/jquery.stickout.js
Expand Up @@ -139,8 +139,8 @@
, fixed: 'stickout-fixed'
}

/* STICKOUT PLUGIN DEFINITION
* ========================== */
/* STICKOUT DATA-API
* ================= */

$(window).on('load', function() {
$('[data-spy="stickout"]').each(function() {
Expand Down

0 comments on commit f406900

Please sign in to comment.