Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kamens/jQuery-menu-aim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ieb-josh/jQuery-menu-aim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 16, 2013

  1. Add activation delay

    Add new option "activationDelay".
    
    This option adds a delay (in milliseconds) before really opening
    submenu to prevent flickering submenus when moving cursor quickly
    between rows.
    
    If this option is not set, no delay is applied.
    Antoine Guillou committed Apr 16, 2013
    Configuration menu
    Copy the full SHA
    b2417a8 View commit details
    Browse the repository at this point in the history
  2. Update documentation for "activationDelay" option

    Antoine Guillou committed Apr 16, 2013
    Configuration menu
    Copy the full SHA
    c6cae1b View commit details
    Browse the repository at this point in the history
  3. Add parameters to activate & deactivate functions

    Activate : add previously activated row as a second parameter if any.
    
    Deactivate : add next activated row as a second parameter if any.
    Antoine Guillou committed Apr 16, 2013
    Configuration menu
    Copy the full SHA
    3a585db View commit details
    Browse the repository at this point in the history
Loading