aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.tabs.js
Commit message (Collapse)AuthorAgeFilesLines
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-708/+0
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* Tabs: Added defaults for callback options. Fixed 4619 (Tabs doesn't define ↵Scott González2009-06-201-0/+7
| | | | default for select option).
* UI Tabs: a fix for messed up animations and ajax tabsKlaus Hartl2009-06-121-0/+4
|
* Partial fix for #3773Jörn Zaefferer2009-05-121-1/+1
|
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵Scott González2009-04-151-2/+14
| | | | factory should auto detect getters.
* Tabs: fixed a few issues in rotate method extensionKlaus Hartl2009-03-011-11/+16
|
* Tabs: few fixes required in destroy method, removed ol as tabifyable elementKlaus Hartl2009-03-011-15/+18
|
* Tabs: fixed stopping a rotationKlaus Hartl2009-02-281-14/+15
|
* changed ui.jquery.com to jqueryui.comRichard Worth2009-02-271-1/+1
|
* better performing check for base and href in IEKlaus Hartl2009-02-261-3/+3
|
* Tabs: refactored - replaced noisy $property names Klaus Hartl2009-02-251-72/+69
|
* Tabs: refactored so that it's using queue, fixes #4060Klaus Hartl2009-02-251-48/+42
|
* Tabs: fixes #4033 as well for the case a base tag is being usedKlaus Hartl2009-02-251-1/+3
|
* Tabs should not use toggleClass() for state handling, fixes #4212Klaus Hartl2009-02-221-6/+15
|
* Tabs: some refactoring to avoid redundant codeKlaus Hartl2009-02-221-27/+25
|
* Tabs: fixed remaining JSLint warningsKlaus Hartl2009-02-221-39/+73
|
* Tabs: avoid !0 == trueKlaus Hartl2009-02-221-2/+2
|
* removed invalid character, added missing semicolonKlaus Hartl2009-02-221-3/+3
|
* Tabs: cookie was not considered if page url contains some fragment ↵Klaus Hartl2009-02-221-36/+35
| | | | identifier, fixes #4210; fixed issue with jQuery 1.3.2 :visible selector; started to fix JSLint warnings...
* Tabs: normalization of href attribute required in IE, fixes #4134Klaus Hartl2009-02-191-6/+14
|
* Tabs: solved spinner issues and ajax loading not being stopped when ↵Klaus Hartl2009-02-181-45/+54
| | | | selecting a static page tab, fixes #4109, #3929
* Tabs: using closest() is shorterKlaus Hartl2009-02-141-4/+3
|
* Tabs: mouseover/focus handling for added tabs, plus test, fixes #4097 as ↵Klaus Hartl2009-02-131-17/+19
| | | | well as focus/blur handling when using keyboard
* all: fixed jslint warningsPaul Bakaus2009-02-101-2/+2
|
* Tabs: cleanup - no longer supports tabifying via list element, must use ↵Klaus Hartl2009-02-051-7/+3
| | | | container
* Tabs: fixed bug related to setting selected via data method, cleaned up mess ↵Klaus Hartl2009-02-051-2/+5
| | | | in tests
* Tabs: removed useless array joins, consistent usage of "ui-tabs-selected" classKlaus Hartl2009-02-051-7/+6
|
* Tabs: Added tests for select method while at the same time implemented ↵Klaus Hartl2009-02-051-8/+13
| | | | consistent handling of possible values to pass, addresses #4051
* Tabs: fixed duration for show animation - setting wasn't consideredKlaus Hartl2009-02-041-1/+1
|
* Tabs: introduced "collapsible" option while deprecating "deselectable", ↵Klaus Hartl2009-02-021-10/+15
| | | | fixes #4029
* Tabs: Fixed IE bug which would mistake tabs as ajax with dynamically created ↵Klaus Hartl2009-02-011-0/+4
| | | | HTML, fixes #4033
* Tabs: reviewed and simplified just a bitKlaus Hartl2009-01-311-10/+7
|
* Tabs: simplified tests a bit, found bug by that - fixed as well as two other ↵Klaus Hartl2009-01-311-8/+9
| | | | unreported bugs
* Tabs: organized code - public and private (pseudo) methods, added unit test ↵Klaus Hartl2009-01-261-62/+64
| | | | for ui data object
* Tabs: TODO checkKlaus Hartl2009-01-251-1/+1
|
* Tabs: removed Safari 2 workaround, no longer supportedKlaus Hartl2009-01-251-8/+1
|
* Tabs: overall fixed selected property for all tabs unselected case (is -1 in ↵Klaus Hartl2009-01-251-13/+22
| | | | such case), added sanity check for selected out of bound, fixes #3936
* a little cleanupKlaus Hartl2009-01-251-6/+0
|
* Tabs: removed options from ui object, not requiredKlaus Hartl2009-01-251-1/+0
|
* Tabs: rotation handles asynchronous loading/animations, fixes #2651Klaus Hartl2009-01-241-21/+21
|
* tabs: removed non-breaking space charRichard Worth2009-01-241-1/+1
|
* Tabs: added ability to define the cookie name, fixes #2393Klaus Hartl2009-01-231-1/+1
|
* Tabs: always hide added panels, fixes #3875Klaus Hartl2009-01-221-4/+2
|
* whitespaceRichard Worth2009-01-221-5/+5
|
* UI Tabs: fixed broken animations and the frequently reported "jumpyness", ↵Klaus Hartl2009-01-211-7/+7
| | | | fixes #3872
* UI Tabs: updated TODO to with information for reported bugKlaus Hartl2009-01-201-1/+5
|
* UI Tabs: url containing a fragment identfier broke Ajax tab loading, fixes #3627Klaus Hartl2009-01-191-6/+11
|
* UI Tabs: fixed mouseover event option conflicting with default state ↵Klaus Hartl2009-01-191-23/+26
| | | | handling (fixes #3799), cleaned up white space
* UI Tabs: fixed incomplete destroy method, fixes #3798Klaus Hartl2009-01-181-1/+9
|
* Tabs: Fixed #3691: Removed the following options:Scott González2009-01-171-48/+49
| | | | | | | | | | - deselectableClass - disabledClass - hideClass - loadingClass - navClass - panelClass - selectedClass