aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.menu.js
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rewrite popup/menu interaction to make popup managed by menu (adds trigger op...Hans Hillen2011-10-191-1/+30
* Menu: Check if menu is scrolling to prevent inadvertent mouseover events from...kborchers2011-10-121-4/+12
* Menu: Refactoring the collapseAll to deal with some issues selecting - Updati...Corey Frang2011-09-221-22/+24
* Menu: Add support for structures other than UL/LI plus visual and unit testskborchers2011-09-141-11/+12
* Menu: Refactor to get rid of var that. Cleanup some odd formattings and unnee...Jörn Zaefferer2011-09-131-21/+19
* Merge remote branch 'kborchers/menu_autoCollapse'Jörn Zaefferer2011-09-121-16/+29
|\
| * Menu: Added autoCollapse as the default and added a unit testkborchers2011-09-121-16/+29
* | Menu: Get rid of `var self`, replacing with `that` or calls to _delayJörn Zaefferer2011-09-121-47/+41
* | Menu: Replace regular bind call with _bindJörn Zaefferer2011-09-121-94/+94
|/
* WhitespaceJörn Zaefferer2011-07-281-1/+1
* Widget delegation: Put back the simple click event handler where it was.Jörn Zaefferer2011-07-281-5/+7
* Widget delegation: Further simplify menu code, blur handler also doesn't do a...Jörn Zaefferer2011-07-281-3/+1
* Widget delegation: Further simplify menu codeJörn Zaefferer2011-07-281-3/+1
* Widget delegation: Update menu to use _bind with delegation. Clean up test.Jörn Zaefferer2011-07-281-45/+32
* Menu: Added focusing first menu item when menu receives focus and collapseAll...kborchers2011-07-261-0/+12
* Merge remote branch 'kborchers/menu_home_end'Jörn Zaefferer2011-07-251-19/+42
|\
| * Menu: Added Home moves to first item and End moves to last item in currently ...kborchers2011-07-251-19/+42
* | Merge branch 'master' into core-1.6.1Scott González2011-07-251-116/+171
|\|
| * Menu: Passed the original event that causes a blur through collapseAll to blu...kborchers2011-07-191-5/+7
| * Menu: Changed closeAll to collapseAll and updated in Menubar, also updated a ...kborchers2011-07-141-4/+4
| * Menu: Fix formatting and whitespace (was supposed to update previous commit)Jörn Zaefferer2011-07-141-4/+7
| * Menu: Check if submenu is already open and if so, don't call open again. Fixe...kborchers2011-07-141-0/+4
| * Menu: Remove the ui-state-active class from the siblings of the newly activat...kborchers2011-07-131-0/+2
| * Menu: Added close on click outside using technique from popupkborchers2011-07-121-0/+8
| * Menu: Changed left and right methods to collapse and expand respectively.kborchers2011-07-051-6/+6
| * menu: Second pass style guidancegnarf2011-06-101-70/+98
| * menu: Partial Style Guidance - Fixing JSLint Warningsgnarf2011-06-101-45/+54
* | Use .attr() for boolean ARIA attributes.Scott González2011-07-121-12/+12
* | .attr() -> .prop()Scott González2011-06-081-14/+14
|/