aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix composite testsScott González2014-08-011-1/+1
* Build: Reorganize external directoryScott González2014-06-242-4/+4
* Tabs: Move `aria-expanded` from active panel to active tabDavid Petersen2014-05-191-63/+63
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-202-10/+2
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-4/+4
* Tabs: Use .uniqueId() for panels and moved isLocal() into the widget prototype.Scott González2013-10-241-1/+1
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
* Tabs: Prevent default action of clicks even when disabled. Fixes #9413 - Tabs...Scott González2013-07-031-2/+7
* Widget tests: Use instance method. Also replace a few instances of $.data in ...Jörn Zaefferer2013-03-192-5/+5
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Scott González2013-03-141-1/+17
* Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...Scott González2013-03-141-17/+1
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Mike Sherov2013-03-111-1/+17
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
* Dev: Change incorrect references in test suite from #main to #qunit-fixture.Mike Sherov2012-12-081-3/+3
* Tabs: Calculate border and padding on tabs container. Fixed #8836: Height ove...David Petersen2012-11-261-1/+9
* Tabs: Remove ui-tabs-aria-controls data on destroy.Scott González2012-11-161-1/+4
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
* Updated all widgets to use proper data keys when getting plugin instances.Scott González2012-11-092-5/+5
* Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and rem...Scott González2012-10-254-364/+0
* Tabs: Removed back-compat filter in tests for negative active option.Scott González2012-10-251-22/+20
* Tabs: Removed back-compat for load event. Fixes #8731 - Tabs: Remove back-com...Scott González2012-10-253-120/+49
* Tabs: Removed abort method. Fixes #7150 - Tabs: Remove abort method.Scott González2012-10-251-18/+0
* Tabs: Removed spinner option. Fixes #7151 - Tabs: Remove spinner option.Scott González2012-10-252-19/+0
* Tabs: Removed selected option. Fixes #7152 - Tabs: Remove selected option.Scott González2012-10-251-53/+0
* Tabs: Removed select event. Fixes #7154 - Tabs: Remove select event.Scott González2012-10-252-42/+1
* Tabs: Removed show event. Fixes #7155 - Tabs: Remove show event.Scott González2012-10-252-43/+2
* Tabs: Removed select method. Fixes #7156 - Tabs: Remove select method.Scott González2012-10-251-45/+0
* Tabs: Removed enable and disable events. Fixes #7160 - Tabs: Remove enable an...Scott González2012-10-252-34/+0
* Tabs: Removed length method. Fixes #7161 - Tabs: Remove length method.Scott González2012-10-251-7/+0
* Tabs: Removed cookie option. Fixes #7162 - Tabs: Remove cookie option.Scott González2012-10-253-37/+0
* Tabs: Removed fx option. Fixes #8320 - Tabs: Remove fx option.Scott González2012-10-251-1/+0
* Tabs: Removed url method. Fixes #7148 - Tabs: Remove url method.Scott González2012-10-251-15/+0
* Tabs: Removed ajaxOptions and cache options. Fixes #7147 - Tabs: Remove ajaxO...Scott González2012-10-252-55/+0
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-232-11/+10
* Tabs: Use aria-controls instead of the anchor's href to match against locatio...Scott González2012-10-121-1/+7
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
* Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: w...Scott González2012-09-123-0/+25
* Tabs tests: Added test for widget() method.Scott González2012-08-261-0/+8
* WhitespaceScott González2012-08-261-2/+2
* Tabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs not...Scott González2012-08-171-1/+5
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
* Tabs tests: Removed workaround for Firefox <13 passing values to setTimeout().Scott González2012-07-261-15/+3
* Tabs tests: Added tests for show and hide options.Scott González2012-07-051-1/+49
* Tabs tests: Add tests for accessibility of ajax tabs.Scott González2012-07-051-1/+17
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-272-0/+3
* Tabs: Walk previous tabs (and loop) in refresh() in case the tab we're trying...Scott González2012-06-121-0/+20
* Tabs tests: Don't call start directly from setTimeout because Firefox <13 is ...Scott González2012-06-111-3/+15
* Tabs: Panel keyboard support tests.Scott González2012-06-081-5/+93