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
*
Menu: More precise removal of ui-state-active class for easier CSS overrides....
Kris Borchers
2013-10-18
1
-2
/
+2
*
Menu: Add items option for better definition of menu items in non parent-chil...
Kris Borchers
2013-10-05
1
-11
/
+14
*
Menu: Remove the requirement to use anchors in menu items
Kris Borchers
2013-10-05
1
-37
/
+33
*
Menu: Only focus menu after click if focus is on an element within menu. Fixe...
Kris Borchers
2013-09-17
1
-1
/
+2
*
Menu: Make check for click outside of menu a function which can be overridden...
Kris Borchers
2013-08-11
1
-1
/
+5
*
Menu: Only set the mouseHandled flag if the event is going to bubble. Fixes #...
TJ VanToll
2013-08-03
1
-2
/
+6
*
Menu: Ensure an event was passed before checking its type. Fixes #9384 - Menu...
TJ VanToll
2013-06-20
1
-1
/
+1
*
Menu: Reset ui-menu-icons class in refresh. Fixes #9377: Menu: Refreshing sho...
TJ VanToll
2013-06-16
1
-0
/
+2
*
All: Remove inline JSHint settings.
Scott González
2013-04-22
1
-1
/
+0
*
Widget: Stop setting ui-state-disabled and aria by default on setting disable...
Scott González
2013-03-14
1
-0
/
+5
*
Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...
Scott González
2013-03-14
1
-5
/
+0
*
Widget: Stop setting ui-state-disabled and aria by default on setting disable...
Mike Sherov
2013-03-11
1
-0
/
+5
*
Menu: Escape em and en dashes in regex. Fixes #9016 - Menu: Non-ASCII charact...
Scott González
2013-01-31
1
-1
/
+1
*
Update copyright year to 2013.
Scott González
2013-01-10
1
-1
/
+1
*
Add comment explaining the mouseHandled flag
Kris Borchers
2012-12-29
1
-0
/
+2
*
Create mouseHandled flag per instance instead of globally. Fixes #8866 - Menu...
Kris Borchers
2012-12-27
1
-5
/
+4
*
Menu: Allow changing icons option after creation. Fixes #8927 - Menu: Can't c...
Jörn Zaefferer
2012-12-27
1
-0
/
+9
*
All: Use .addBack() instead of .andSelf().
Scott González
2012-12-14
1
-1
/
+1
*
Allow higher cyclomatic complexity in functions that sanely use switch statem...
Scott González
2012-12-06
1
-0
/
+1
*
Revert "Menu: Remove display property on hidden submenus instead of setting d...
Scott González
2012-12-04
1
-3
/
+1
*
Menu: Remove display property on hidden submenus instead of setting display:b...
Jörn Zaefferer
2012-12-04
1
-1
/
+3
*
Menu: Look into submenus for uninitialized menu items. Fixes #8773 - Menu: re...
Jörn Zaefferer
2012-11-05
1
-23
/
+24
*
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
[next]