master
click here to add a description
click here to add a homepage
Improved drilldown keyboard handling
Implemented menu/nested2 visual test, implementation doesn't rip DOM apart, way simpler then original approach
Merge branch 'master' of github.com:jquery/jquery-ui
Fixing styles for menu to work properly in IEs, even with nested menus (updated the nested-menu protoype nested2.html with themeroller) - kills the hover-border in IE6, but we have to live with that
Autocomplete demo: Removed todo (already captured in trac).
Menu: Ignore clicks that don't occur on the anchor tag within a valid menu item.
Update testswarm url for new server
Menu: Testing nested menus without the DOM restructuring, just need to fix display issue in IE6
Remove width:100%; from menu-item styles (was there for icon-support, which was dropped); also fixed the nested-menu visual test to position properly in IE6
Dialog: Use .height(0) instead of .hide(0) when determining the size of the non-content area of a dialog.
Updated AUTHORS.txt with URLs to website and Github, thanks Ralph
Adding a .gitignore file with some presets
Cleaning up visual tests
Fixing another typo in README
Adding link to using-jquery-ui forum to README
Improving README.md, eg. fixing links after misunderstanding Markdown
Adding README.md for Github to display something
Position Visual Test: Corrected page title - Testcase for #5284 Position: Smarter collision detection
Position: Adding visual testcase for #5284 - Position: Smarter collision detection
Added scoped selectors for .ui-widget-header
Combobox demo: Improved styling and added a title to the button, to avoid having in the tooltip
Autocomplete: Combobox demo - don't use position plugin to place the button next to the text field.
line-endings
Widgets in Dialog compound visual test: Added more widgets and linked Slider with Progressbar
Compound visual dialog tests: Add some content to the page for better testing
Menu: pass the original event to the select callback.