index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
jquery.ui.menu.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated docs URLS.
Scott González
2012-09-26
1
-1
/
+1
*
Menu: Don't move focus from the active item on click. Fixes #8552 - selected ...
Scott González
2012-09-05
1
-14
/
+21
*
Menu: If the active element no longer exists after a refresh, blur the menu.
Scott González
2012-08-27
1
-0
/
+5
*
Simplify licensing.
Scott González
2012-08-09
1
-1
/
+1
*
Menu: Open submenu on click of parent item and only close menu when clicking ...
kborchers
2012-07-31
1
-3
/
+8
*
Menu: Remove unnecessary click delay and change focus delay for AT to the def...
kborchers
2012-07-13
1
-7
/
+5
*
Menu: Fix issue with missing active item when clicking a menu item more than ...
kborchers
2012-07-12
1
-1
/
+2
*
Menu: Add a flag and remove previous attempt to prevent select events from be...
kborchers
2012-07-12
1
-22
/
+14
*
Menu: Rename icon option to icons.submenu
Jörn Zaefferer
2012-07-12
1
-2
/
+4
*
Menu: Alphabetize options.
Scott González
2012-07-10
1
-1
/
+1
*
Menu: Remove ability to pass a function as the position option.
Scott González
2012-07-10
1
-4
/
+1
*
Menu: Cleanup from 019dcc26e307614681a6dfd0fcd9665548cb6ab6.
Scott González
2012-07-10
1
-5
/
+1
*
Menu: Expose the submenu indicator icon as an icon option
kborchers
2012-07-10
1
-1
/
+3
*
Menu: Remove unnecessary returns from expand and collapse
kborchers
2012-07-10
1
-2
/
+0
*
Menu: Move regular expression creation outside of the loops
kborchers
2012-07-10
1
-5
/
+5
*
Menu: Remove incorrect scroll check behavior from focus event handler
kborchers
2012-07-10
1
-17
/
+5
*
Menu: Remove extraneous spaces from selector.
Scott González
2012-07-09
1
-1
/
+1
*
Menu: Added missing position dependency to header comment.
Scott González
2012-07-05
1
-0
/
+1
*
Update copyright to jQuery Foundation.
Scott González
2012-07-04
1
-1
/
+2
*
Menu: Cleanup.
Scott González
2012-06-18
1
-46
/
+58
*
Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on a...
Scott González
2012-06-14
1
-2
/
+2
*
Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.
Scott González
2012-06-13
1
-4
/
+3
*
Menu: Properly remove submenu carat icons and menu dividers during destroy an...
kborchers
2012-06-01
1
-4
/
+14
*
Menu: Add comment explaining extra filter from keypress
kborchers
2012-05-31
1
-1
/
+2
*
Menu: Typo in comment
kborchers
2012-05-31
1
-1
/
+1
*
Menu: Don't remove the icon elements on destroy since they exist in the origi...
kborchers
2012-05-31
1
-4
/
+1
*
Menu: Use new uniqueId and removeUniqueId methods for generating id's on menu...
kborchers
2012-05-29
1
-10
/
+8
*
Menu: Added a comment about which characters are checked for dividers.
Scott González
2012-05-25
1
-0
/
+1
*
Menu: Better handling of divider elements and menu items without anchors.
kborchers
2012-05-24
1
-2
/
+7
*
Menu: Minor cleanup.
Scott González
2012-05-24
1
-43
/
+52
*
Menu: Handle SPACE same as ENTER, select items or opening submenus
Jörn Zaefferer
2012-05-22
1
-7
/
+15
*
Menu: Refactor focus method, extract _scrollIntroView method
Jörn Zaefferer
2012-05-21
1
-15
/
+20
*
Menu: Coding standards
Jörn Zaefferer
2012-05-21
1
-2
/
+2
*
Menu: Remove need to pass an event for next(), previous(), focus().
Scott González
2012-05-18
1
-1
/
+1
*
Autocomplete: ARIA live region as extension, adding a messages option. Fixes ...
Jörn Zaefferer
2012-05-16
1
-8
/
+18
*
Menu: Whitespace
kborchers
2012-05-08
1
-4
/
+4
*
Menu: Remove close delay for keyboard interaction to fix an issue with proper...
kborchers
2012-05-08
1
-3
/
+7
*
Menu: Bind to mouseenter instead of mouseover to avoid use of stopImmediatePr...
kborchers
2012-04-19
1
-2
/
+1
*
Menu: Lint.
Scott González
2012-04-19
1
-2
/
+2
*
Menu: Whitespace
kborchers
2012-04-18
1
-4
/
+5
*
Menu: Modified interactions to allow keyboard navigation to disabled items so...
kborchers
2012-04-16
1
-17
/
+13
*
Menu: Fixed typo in comment
kborchers
2012-04-16
1
-1
/
+1
*
Menu: Add aria-disabled attribute to disabled items, namespace and cleanup th...
kborchers
2012-04-16
1
-4
/
+12
*
Menu: Check that the event object is defined before checking type
kborchers
2012-04-14
1
-1
/
+1
*
Menu: Remove most event.stopImmediatePropagation() to allow proper event bubb...
kborchers
2012-04-14
1
-34
/
+27
*
Menu: Cleanup.
Scott González
2012-04-10
1
-165
/
+178
*
Menu: Add dividers using empty list items
kborchers
2012-04-07
1
-3
/
+8
*
Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix l...
Jörn Zaefferer
2012-04-04
1
-1
/
+1
*
Lint fixes.
Scott González
2012-04-02
1
-19
/
+23
*
A few lint fixes.
Scott González
2012-04-02
1
-3
/
+3
[next]