aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.menu.js
Commit message (Expand)AuthorAgeFilesLines
* Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.Scott González2012-06-131-4/+3
* Menu: Properly remove submenu carat icons and menu dividers during destroy an...kborchers2012-06-011-4/+14
* Menu: Add comment explaining extra filter from keypresskborchers2012-05-311-1/+2
* Menu: Typo in commentkborchers2012-05-311-1/+1
* Menu: Don't remove the icon elements on destroy since they exist in the origi...kborchers2012-05-311-4/+1
* Menu: Use new uniqueId and removeUniqueId methods for generating id's on menu...kborchers2012-05-291-10/+8
* Menu: Added a comment about which characters are checked for dividers.Scott González2012-05-251-0/+1
* Menu: Better handling of divider elements and menu items without anchors.kborchers2012-05-241-2/+7
* Menu: Minor cleanup.Scott González2012-05-241-43/+52
* Menu: Handle SPACE same as ENTER, select items or opening submenusJörn Zaefferer2012-05-221-7/+15
* Menu: Refactor focus method, extract _scrollIntroView methodJörn Zaefferer2012-05-211-15/+20
* Menu: Coding standardsJörn Zaefferer2012-05-211-2/+2
* Menu: Remove need to pass an event for next(), previous(), focus().Scott González2012-05-181-1/+1
* Autocomplete: ARIA live region as extension, adding a messages option. Fixes ...Jörn Zaefferer2012-05-161-8/+18
* Menu: Whitespacekborchers2012-05-081-4/+4
* Menu: Remove close delay for keyboard interaction to fix an issue with proper...kborchers2012-05-081-3/+7
* Menu: Bind to mouseenter instead of mouseover to avoid use of stopImmediatePr...kborchers2012-04-191-2/+1
* Menu: Lint.Scott González2012-04-191-2/+2
* Menu: Whitespacekborchers2012-04-181-4/+5
* Menu: Modified interactions to allow keyboard navigation to disabled items so...kborchers2012-04-161-17/+13
* Menu: Fixed typo in commentkborchers2012-04-161-1/+1
* Menu: Add aria-disabled attribute to disabled items, namespace and cleanup th...kborchers2012-04-161-4/+12
* Menu: Check that the event object is defined before checking typekborchers2012-04-141-1/+1
* Menu: Remove most event.stopImmediatePropagation() to allow proper event bubb...kborchers2012-04-141-34/+27
* Menu: Cleanup.Scott González2012-04-101-165/+178
* Menu: Add dividers using empty list itemskborchers2012-04-071-3/+8
* Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix l...Jörn Zaefferer2012-04-041-1/+1
* Lint fixes.Scott González2012-04-021-19/+23
* A few lint fixes.Scott González2012-04-021-3/+3
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
* Menu: Better disabled item handling using preventDefault() for the click even...kborchers2012-03-181-0/+3
* Updated copyright year.Scott González2012-03-081-1/+1
* Menu: Add default null callbacks and update unit testskborchers2012-02-261-1/+6
* Use jQuery.css() instead of deprecated jQuery.curCSS().Scott González2012-02-121-2/+2
* Menu: Make sure the next element is defined in addition to checking length != 0kborchers2012-02-061-1/+1
* Menu: Whitespacekborchers2012-02-061-2/+2
* Menu: Prevent navigating to disabled menu items with the keyboard.kborchers2012-02-061-21/+20
* Menu: Remove left over debugging statement.kborchers2012-02-041-1/+0
* Menu: Prevent clicking on disabled menu items and remove unnecessary extra pa...kborchers2012-02-031-7/+11
* Menu: Added check for the disabled option on create.kborchers2012-01-221-0/+3
* Menubar/Popup: Remove remaining artifact (trigger option) from menu. Missed t...Jörn Zaefferer2012-01-111-2/+1
* Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this de...Jörn Zaefferer2012-01-041-18/+0
* Menu: Change first() and last() to isFirstItem() and isLastItem()kborchers2011-12-231-4/+4
* Menu: Fix close delay and increase the default delaykborchers2011-12-201-14/+16
* Menu: Replace accidentally removed scroll-handling code in focuskborchers2011-12-151-0/+15
* Menu: Fix focus handling to keep focus on the menu and prevent jumping around...kborchers2011-12-151-41/+35
* Menu: Change items option to menuskborchers2011-12-011-2/+2
* Menu: Remove the isScrolling check which nolonger seems necessary.kborchers2011-11-301-12/+4
* Menu: Move mousedown handler into _bind and fix focusing of the Menu after cl...kborchers2011-11-231-10/+7
* Widget: Added window and document properties. Fixes #7801 - Widget: Add docum...Scott González2011-10-201-2/+2