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

Added spacingTop feature to sticky plugin. #6536

Closed

Commits on Sep 8, 2016

  1. Added offsetTop feature to sticky plugin.

    By default sticky element get sticked at the top of the screen
    without any gap. This commit allows to add it in options object:
    
    ```js
    $('#element').sticky({
        container: '#container',
        offsetTop: 25
    });
    ```
    vovayatsyuk committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    e2fd848 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Configuration menu
    Copy the full SHA
    31ad611 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. Configuration menu
    Copy the full SHA
    d8b8ae3 View commit details
    Browse the repository at this point in the history