index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
unit
/
tabs
/
tabs_options.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests: Rename files
Scott González
2015-04-09
1
-374
/
+0
*
Tests: Widget test helpers extend the main helper
Scott González
2015-04-09
1
-4
/
+4
*
Tabs: Convert tests to new infrastructure
Scott González
2015-04-09
1
-5
/
+9
*
Tabs: Use new has/lacksClasses assertions for all class checks
Alexander Schmitz
2015-03-11
1
-14
/
+15
*
Tabs: Add classes option
Alexander Schmitz
2015-03-11
1
-17
/
+21
*
Tests: Reduce timeouts to optimize testsuite runtime
Jörn Zaefferer
2015-03-04
1
-2
/
+2
*
Tests: Fix style issues with missing or multiple line breaks
Jörn Zaefferer
2015-01-24
1
-1
/
+0
*
Tabs: Prevent default action of clicks even when disabled. Fixes #9413 - Tabs...
Scott González
2013-07-03
1
-2
/
+7
*
Widget tests: Use instance method. Also replace a few instances of $.data in ...
Jörn Zaefferer
2013-03-19
1
-2
/
+2
*
Widget: Stop setting ui-state-disabled and aria by default on setting disable...
Scott González
2013-03-14
1
-1
/
+17
*
Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...
Scott González
2013-03-14
1
-17
/
+1
*
Widget: Stop setting ui-state-disabled and aria by default on setting disable...
Mike Sherov
2013-03-11
1
-1
/
+17
*
Tabs: Calculate border and padding on tabs container. Fixed #8836: Height ove...
David Petersen
2012-11-26
1
-1
/
+9
*
Updated all widgets to use proper data keys when getting plugin instances.
Scott González
2012-11-09
1
-2
/
+2
*
Tabs: Removed back-compat filter in tests for negative active option.
Scott González
2012-10-25
1
-22
/
+20
*
Tabs: Use aria-controls instead of the anchor's href to match against locatio...
Scott González
2012-10-12
1
-1
/
+7
*
Tabs tests: Added tests for show and hide options.
Scott González
2012-07-05
1
-1
/
+49
*
Tests: Enable QUnit.config.requireExpects.
Scott González
2012-06-27
1
-0
/
+2
*
Tabs: Added heightStyle option. Fixed #8345 - Tabs: Add heightStyle option.
Danny Trunk
2012-05-28
1
-0
/
+67
*
Tabs: Pass the list item instead of the anchor in events; move aria-controls ...
Scott González
2012-05-18
1
-9
/
+9
*
Use length property, instead of the deprecated size() method.
Shahyar G
2012-04-23
1
-1
/
+1
*
Tabs tests: Don't pollute the global namespace with helpers.
Scott González
2012-04-19
1
-34
/
+37
*
Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.
Jörn Zaefferer
2012-02-29
1
-11
/
+11
*
Tabs: Moved tests out of tickets file.
Scott González
2011-05-10
1
-1
/
+1
*
Tabs: Updated tests for disabled option.
Scott González
2011-05-09
1
-13
/
+19
*
Tabs: Added tests for event option.
Scott González
2011-05-09
1
-2
/
+49
*
Tabs: Clean up some tests.
Scott González
2011-05-03
1
-1
/
+3
*
Tabs: Better tests for tab state.
Scott González
2011-04-15
1
-1
/
+13
*
Tabs: Fixed issues with collapsible and active options.
Scott González
2011-04-11
1
-45
/
+112
*
Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active.
Scott González
2011-04-11
1
-1
/
+1
*
Tabs: Better handling of active option and various cleanup.
Scott González
2011-04-05
1
-3
/
+3
*
Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency Updates
David Petersen
2011-03-29
1
-2
/
+2
*
Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie option
David Petersen
2011-03-28
1
-35
/
+0
*
Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select method
David Petersen
2011-03-28
1
-4
/
+6
*
Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected opt...
David Petersen
2011-03-27
1
-15
/
+15
*
Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) Fix...
David Petersen
2011-03-27
1
-12
/
+0
*
Tabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner option
David Petersen
2011-03-26
1
-4
/
+0
*
Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes #7...
David Petersen
2011-03-26
1
-8
/
+0
*
Tabs: Fix disable and enable methods to correctly handle when index is undefi...
David Petersen
2011-03-21
1
-4
/
+3
*
added tests for disabled property
carhartl
2010-05-05
1
-10
/
+23
*
updated unit test for #4031 - Tabs: Remove deselectable option
Richard Worth
2009-12-24
1
-16
/
+0
*
Removed use of .data() for getting/setting options in tests; using each plugi...
Scott González
2009-11-09
1
-11
/
+11
*
Tabs: fixed bug related to setting selected via data method, cleaned up mess ...
Klaus Hartl
2009-02-05
1
-27
/
+22
*
just reviewed
Klaus Hartl
2009-02-04
1
-3
/
+3
*
tabs unit tests: split tests into individual files, added some missing tests
Richard Worth
2009-02-03
1
-1
/
+134
*
unit tests: created separate file for each module: core, common widget, event...
Richard Worth
2009-02-02
1
-0
/
+12