master
click here to add a description
click here to add a homepage
Updating the master version to 1.9pre
Tagging the 1.8.4 release.
Build: Force headered files to be copied to minified directory. Fixes #5904 - Build: sometimes headered files aren't copied to minified directory.
Build: Strip newlines when loading release.version property from version.txt
Autocomplete: Handle clicks outside the autocomplete after scrolling the results (which causes the body to gain focus). Fixes #5903 - Autocomplete doesn't close after scrolling.
Autocomplete: Don't reset text field value on blur unless it will actually change the value. Fixes #5900 - Autocomplete: mousing over menu option replaces text box contents, moves caret.
Datepicker: use a setTimeout 0 so the same code can run in IE (as other browsers) to set focus back to the datepicker text input if a month or year drop-down is clicked closed. Fixes #5897 - Datepicker: inconsistent behavior in IE when click to close month and year drop-downs
Tagging the 1.8.3 release.
Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width should be at least minWidth on creation.
Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget keeps looking for remote data even when it's disabled.
Revert "Use pushStack in widget method. Fixes #5732 - make the widget method maintain the stack"
Update to latest QUnit.
Use pushStack in widget method. Fixes #5732 - make the widget method maintain the stack
Replace element.data(...) with $.data(element, ...). Fixes #5756 - Widget: Use $.data instead of .data for performance reasons
Added widget to unit tests index page.
Improving visual testcase for position. Partial fix for #5284 - Position: Smarter collision detection
Dialog: Wrap buttons in a div so we can float the div instead of the individual buttons. Fixes #4529 - dialog buttons are accessed in wrong order using tab.
Progressbar: cleanup.
Progressbar resize demo: Added missing mouse dependency. Fixes #5873 - Progressbar: resize demo is broken.
Tabs: coding standard.
Tabs: coding standards.
Added position plugin to demo pages that use dialogs.
Datepicker: Fixed spelling of Czech language. Fixes #5859 - Typo in Calendar localization demo.
Accordion: minor cleanup.
Core Tests: Fixed image reference.
Core: Coding standards.
Accordion: Coding standards.
Autocomplete: Removed selection handling in IE. No longer needed now that autocomplete ensures that the cursor is placed at the end of the field on select.
Core: Better support for areas in :focusable and :tabbable selectors. Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.
Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fixes #5850 - .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight() setters.
Core: Fixed :focusable and :tabbable selectors for to work with :hidden and :visibile selectors in jQuery 1.3.2+. Still need to handle areas properly. Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.
Autocomplete: Fixed bad reference to ownerDocument.
Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add appendTo option.
Core: Removed tests for .attr() ARIA override since the override no longer exists.