aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs/tabs_methods.js
Commit message (Expand)AuthorAgeFilesLines
* Tabs tests: Added test for widget() method.Scott González2012-08-261-0/+8
* WhitespaceScott González2012-08-261-2/+2
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+1
* Tabs: Walk previous tabs (and loop) in refresh() in case the tab we're trying...Scott González2012-06-121-0/+20
* Tabs: Pass the list item instead of the anchor in events; move aria-controls ...Scott González2012-05-181-7/+15
* Use length property, instead of the deprecated size() method.Shahyar G2012-04-231-8/+8
* Tabs tests: Don't pollute the global namespace with helpers.Scott González2012-04-191-42/+45
* Tests: Lint.Scott González2012-04-181-6/+4
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-14/+14
* Tabs test: Increase delay in load test.Scott González2011-11-021-2/+2
* Tabs: Fixed load event with back compat enabled.Scott González2011-05-171-9/+17
* Tabs: Added tests for load method.Scott González2011-05-161-2/+79
* Tabs: Updated tests for destroy method.Scott González2011-05-091-13/+4
* Tabs: Clean up some tests.Scott González2011-05-031-1/+1
* Tabs: Added more tests for refresh method and changed the implementation a bit.Scott González2011-04-281-49/+67
* Tabs: Fix issues with refresh method, add refresh method testsDavid Petersen2011-04-281-8/+31
* Tabs: Fixed disable method and cleaned up tests for enable and disable methods.Scott González2011-04-281-71/+63
* Tabs: enable/disable handle when current state already matches, fix error whe...David Petersen2011-04-281-2/+20
* Tabs: Better tests for tab state.Scott González2011-04-151-58/+3
* Tabs: Better handling of active option and various cleanup.Scott González2011-04-051-1/+1
* Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency UpdatesDavid Petersen2011-03-291-13/+13
* Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select methodDavid Petersen2011-03-281-30/+1
* Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected opt...David Petersen2011-03-271-12/+12
* Tabs: Deprecate url method; use aria-controls instead of title to specify pan...David Petersen2011-03-271-4/+0
* Tabs: split up _tabify, create refresh method. Fixes #7140 Tabs: Add refresh ...David Petersen2011-03-261-0/+28
* Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length methodDavid Petersen2011-03-261-7/+0
* Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and re...David Petersen2011-03-261-36/+0
* Tabs: Fix disable and enable methods to correctly handle when index is undefi...David Petersen2011-03-211-6/+40
* Tabs: Removed rotate method. Fixes #5939 - Tabs: Remove rotation.Scott González2010-12-101-4/+0
* Tab: modified init to display correct content of misordered div when hash pre...jenters2010-10-041-0/+36
* Tabs: Updated tests.Scott González2010-07-161-10/+1
* added tests for enable/disablecarhartl2010-04-201-20/+36
* Removed use of .data() for getting/setting options in tests; using each plugi...Scott González2009-11-091-11/+11
* Tabs: few fixes required in destroy method, removed ol as tabifyable elementKlaus Hartl2009-03-011-3/+5
* Tabs: normalization of href attribute required in IE, fixes #4134Klaus Hartl2009-02-191-1/+3
* Tabs: mouseover/focus handling for added tabs, plus test, fixes #4097 as well...Klaus Hartl2009-02-131-0/+12
* Tabs: Added tests for select method while at the same time implemented consis...Klaus Hartl2009-02-051-4/+35
* tabs unit tests: split tests into individual files, added some missing testsRichard Worth2009-02-031-1/+82
* unit tests: created separate file for each module: core, common widget, event...Richard Worth2009-02-021-0/+12