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

Adding new option #42

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

Commits on Jun 17, 2014

  1. Adding new option

    Adding new option to TOC ( `addBottomPadding` ) which receives a jQuery selector.
    When an element is clicked, TOC will check wether there is enough space on the document / window for the target to be positioned at the top of the screen. If there is not, it will add the padding it needs to do it.
    Antonio Laguna committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    fefceeb View commit details
    Browse the repository at this point in the history
  2. Some updates

    Commenting test which won't work on PhantomJS
    Updating logic since it was grabbing an incorrect element. Padding is now being changed when needed and calculating increments so we don't see any jumps.
    Antonio Laguna committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    b70d4af View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2014

  1. Configuration menu
    Copy the full SHA
    09b4d1f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/master' into feature/38-addPaddingBottom

    Conflicts:
    	test/index.html
    Antonio Laguna committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    c2bffb3 View commit details
    Browse the repository at this point in the history