aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to ↵David Petersen2011-03-275-11/+50
| | | | activate
* Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected ↵David Petersen2011-03-276-55/+136
| | | | option to active
* Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) ↵David Petersen2011-03-274-32/+49
| | | | Fixes #7139 Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options)
* Tabs: Deprecate url method; use aria-controls instead of title to specify ↵David Petersen2011-03-275-63/+92
| | | | panels. Fixes #7132 Tabs: Deprecate url method; use aria-controls instead of title to specify panels
* Use this.running to know if we are still in process of showing/hidding a tabDavid Petersen2011-03-261-6/+13
|
* Tabs: split up _tabify, create refresh method. Fixes #7140 Tabs: Add refresh ↵David Petersen2011-03-262-119/+187
| | | | method
* Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length methodDavid Petersen2011-03-264-13/+14
|
* Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and ↵David Petersen2011-03-266-150/+155
| | | | remove methods
* Tabs: Deprecate enable and disable events. Fixes #7142 Tabs: Deprecate ↵David Petersen2011-03-264-39/+76
| | | | enable and disable events
* Tabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner optionDavid Petersen2011-03-265-54/+63
|
* Tabs: Deprecate abort method. Fixes #7133 Tabs: Deprecate abort methodDavid Petersen2011-03-261-23/+29
|
* Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes ↵David Petersen2011-03-268-59/+287
| | | | #7131 Tabs: Add beforeload event; deprecate ajaxOptions and cache options
* Tabs: Split out event handler, showtab, hidetab, resetStyle to their own methodsDavid Petersen2011-03-261-111/+116
|
* Widget: Allow setting individual properties of deep options. Fixes #7035 - ↵Scott González2011-03-242-3/+42
| | | | Widget: Extend .option() to set partial nested options.
* Progressbar: Removed visual test pages.Scott González2011-03-231-28/+0
|
* Tabs: Removed visual test pages.Scott González2011-03-231-32/+0
|
* Autocomplete: Removed visual test pages.Scott González2011-03-231-80/+0
|
* Accordion: Removed visual test pages.Scott González2011-03-2317-758/+0
|
* Static tests: Removed highlight/error, overlay and index pages.Scott González2011-03-233-152/+0
|
* Tabs: Removed static test pages.Scott González2011-03-232-66/+0
|
* Progressbar: Removed static test pages.Scott González2011-03-232-38/+0
|
* Interactions: Removed static test pages.Scott González2011-03-235-96/+0
|
* Dialog: Removed static test pages.Scott González2011-03-232-71/+0
|
* Accordion: Removed static test pages. Added unit tests for dl markup structure.Scott González2011-03-236-137/+54
|
* Accordion tests: Fixed indentation.Scott González2011-03-232-76/+64
|
* Widget: Deprecated use of metadata plugin. Fixes #7191 - Widget: Deprecate ↵Scott González2011-03-231-3/+8
| | | | use of metadata.
* Accordion: Added missing semicolon.Scott González2011-03-231-1/+1
|
* Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - ↵Scott González2011-03-222-3/+11
| | | | Widget: Make the widget method maintain the stack.
* Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ↵Scott González2011-03-222-12/+33
| | | | search is complete.
* Position: Split out tests for deprecated offset option.Scott González2011-03-224-41/+105
|
* Position: Coding standards.Scott González2011-03-222-310/+314
|
* Position: Merged offset option into my and at options and added support for ↵Scott González2011-03-223-18/+114
| | | | percentage-based offsets. Fixes #6981 - Position: Merge offset option into my and at options. Fixes #7028 - Position: Allow percent-based offsets.
* Merge branch 'remove-spinner-output' of https://github.com/ajpiano/jquery-uiScott González2011-03-221-1/+0
|\
| * Spinner: Remove debugging output that appends directly to the body from ↵adam j. sontag2011-03-211-1/+0
| | | | | | | | mousewheel handling.
* | Spinner: Set the widgetEventPrefix to "spin" as per the spec.adam j. sontag2011-03-211-0/+1
|/
* Position: Fixed typo.Scott González2011-03-211-1/+1
|
* Position: Removed unused refenrece to $.fn.offset.Scott González2011-03-211-2/+1
|
* Merge branch 'tabs_4386' of https://github.com/petersendidit/jquery-uiScott González2011-03-214-32/+85
|\
| * Tabs: Fix disable and enable methods to correctly handle when index is ↵David Petersen2011-03-214-32/+85
| | | | | | | | undefined. Use boolean when fully enabled/disabled. Allow selected tab to be disabled.Fixes #4386
* | Merge branch 'master' of https://github.com/thg2k/jquery-uiScott González2011-03-211-11/+7
|\ \
| * | Restructured if/else's for better readabilityGiovanni Giacobbi2011-03-201-11/+7
| | |
* | | Merge branch 'master' of https://github.com/RedWolves/jquery-uiScott González2011-03-211-0/+1
|\ \ \
| * | | Tabs: Updates cookie demo to include more information on how to find cookie ↵Ralph Whitbeck2011-03-201-0/+1
| | | | | | | | | | | | | | | | plugin. Fixes #7172, [Documentation] Explain cookie plugin is included in externals.
* | | | Use QUnit.push instead of assertion method for custom assertions to getjzaefferer2011-03-201-1/+2
| | | | | | | | | | | | | | | | correct filename and line number output
* | | | Updated to latest QUnitjzaefferer2011-03-202-86/+133
|/ / /
* / / Build: Update to latest Closure Compiler jarjzaefferer2011-03-203-1/+1
|/ /
* | Datepicker: Changed a comment that causes problems with YUI Compressor. ↵Scott González2011-03-181-1/+1
| | | | | | | | Fixes #7129 - Datepicker: Can't minify with YUI Compressor.
* | Menu: Close submenu on ESCAPE keypressjzaefferer2011-03-171-0/+6
| |
* | Menubar: Don't close active menu on mouseenter of associated buttonjzaefferer2011-03-171-1/+1
| |
* | Menubar: on a single-button menubar, ignore reopening the same menujzaefferer2011-03-171-0/+4
| |