Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configurable behavior when sticky height > windowHeight #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 23, 2012

  1. Update jquery.stickem.js

    new option: stickAlways (bool, default: false)
    
    if set to true, do not compare the sticky item's height to the window height, but always make it sticky when needed. this prevents jumping around of huge sticky elements when resizing the browser window
    heldchen committed Nov 23, 2012
    Configuration menu
    Copy the full SHA
    9df97b1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    updated docu
    heldchen committed Nov 23, 2012
    Configuration menu
    Copy the full SHA
    1db35b3 View commit details
    Browse the repository at this point in the history