aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs/tabs_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Deleted failing widget tests.Scott González2011-07-281-15/+1
|
* Tab: modified init to display correct content of misordered div when hash ↵jenters2010-10-041-0/+36
| | | | present in url. Fixed #6125 - Incorrect selection of tab on init with hash in url and misordered divs
* 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 ↵Scott González2009-11-091-11/+11
| | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.
* 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 ↵Klaus Hartl2009-02-131-0/+12
| | | | well as focus/blur handling when using keyboard
* Tabs: Added tests for select method while at the same time implemented ↵Klaus Hartl2009-02-051-4/+35
| | | | consistent handling of possible values to pass, addresses #4051
* 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, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets