aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.menubar.js
Commit message (Collapse)AuthorAgeFilesLines
* Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this ↵Jörn Zaefferer2012-01-041-296/+0
| | | | delete on the menubar branch, while development on master can continue without them.
* Menubar: Update the items option in Menu to the renamed menus optionkborchers2011-12-011-1/+1
|
* Menubar: Refactored _next, _prev, _right and _left into a single method ↵kborchers2011-10-261-49/+43
| | | | called _move and then created next and previous public methods that call _move. Very similar to how Menu handles keyboard interaction.
* Menubar: Allow structures other than just UL/LIkborchers2011-10-191-14/+17
|
* Menubar: moved mouseleave _bind call into existing _bind block, added the ↵Marian Rudzynski2011-10-011-11/+12
| | | | mouseenter binding back in to help with accidental quick mouseouts causing the menu to close and use same close time for all
* Menubar: Fixed an issue with autoExpand binding that caused the menu to ↵kborchers2011-09-291-16/+9
| | | | close on fast mouseenter by changing to _bind on the parent menubar item
* Merge branch 'master' into core-1.6.1Scott González2011-07-251-11/+37
|\ | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js
| * Menu: Changed closeAll to collapseAll and updated in Menubar, also updated a ↵kborchers2011-07-141-3/+3
| | | | | | | | reference to left in Menubar to collapse.
| * Menubar: Trigger select event after running all other methods. Allows the ↵Jörn Zaefferer2011-07-131-3/+3
| | | | | | | | select-handler to destroy the widget without errors.
| * Menubar: Added the autoExpand option and modified the default demo to show ↵kborchers2011-07-071-1/+22
| | | | | | | | functionality
| * Update menubar to forward menu option to nested menus, update default demo ↵Jörn Zaefferer2011-06-091-6/+11
| | | | | | | | to set within update to the demo frame (for /demos) or window (standalone). Update visual test to have more useful defaults
* | Use .attr() for boolean ARIA attributes.Scott González2011-07-121-15/+15
| |
* | .attr() -> .prop()Scott González2011-06-081-15/+21
|/
* Menubar: Whitespace.Scott González2011-05-281-17/+17
|
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵Scott González2011-05-281-0/+1
| | | | version numbers on instances.
* Promote menubar and popup to their own top level filesJörn Zaefferer2011-05-071-0/+272