Scott González
|
82df8dbf53
|
Tabs: Added defaults for callback options. Fixed 4619 (Tabs doesn't define default for select option).
|
2009-06-20 13:17:05 +00:00 |
|
Klaus Hartl
|
b129e79ba7
|
UI Tabs: a fix for messed up animations and ajax tabs
|
2009-06-12 08:36:03 +00:00 |
|
Jörn Zaefferer
|
7f2cbf8ae6
|
Partial fix for #3773
|
2009-05-12 08:51:48 +00:00 |
|
Scott González
|
1195854aaa
|
Merged in widget-factory branch and added tests. Fixes #4411 - Widget factory should auto detect getters.
|
2009-04-15 02:33:28 +00:00 |
|
Klaus Hartl
|
18171c2f89
|
Tabs: fixed a few issues in rotate method extension
|
2009-03-01 15:27:40 +00:00 |
|
Klaus Hartl
|
240a588bce
|
Tabs: few fixes required in destroy method, removed ol as tabifyable element
|
2009-03-01 14:32:29 +00:00 |
|
Klaus Hartl
|
a02ac5f372
|
Tabs: fixed stopping a rotation
|
2009-02-28 22:10:30 +00:00 |
|
Richard Worth
|
bd3dc48e02
|
changed ui.jquery.com to jqueryui.com
|
2009-02-27 11:41:40 +00:00 |
|
Klaus Hartl
|
e744869d8f
|
better performing check for base and href in IE
|
2009-02-26 21:39:44 +00:00 |
|
Klaus Hartl
|
2ec68cba61
|
Tabs: refactored - replaced noisy $property names
|
2009-02-25 22:15:49 +00:00 |
|
Klaus Hartl
|
53aad38b66
|
Tabs: refactored so that it's using queue, fixes #4060
|
2009-02-25 22:09:45 +00:00 |
|
Klaus Hartl
|
48e551ee0c
|
Tabs: fixes #4033 as well for the case a base tag is being used
|
2009-02-25 20:16:27 +00:00 |
|
Klaus Hartl
|
12d2b5e720
|
Tabs should not use toggleClass() for state handling, fixes #4212
|
2009-02-22 18:54:29 +00:00 |
|
Klaus Hartl
|
3b1ce9460a
|
Tabs: some refactoring to avoid redundant code
|
2009-02-22 17:40:16 +00:00 |
|
Klaus Hartl
|
48fa8d8286
|
Tabs: fixed remaining JSLint warnings
|
2009-02-22 14:00:11 +00:00 |
|
Klaus Hartl
|
0f9b9fe1b7
|
Tabs: avoid !0 == true
|
2009-02-22 12:11:44 +00:00 |
|
Klaus Hartl
|
66761ebe9a
|
removed invalid character, added missing semicolon
|
2009-02-22 12:01:33 +00:00 |
|
Klaus Hartl
|
10636ee6fe
|
Tabs: cookie was not considered if page url contains some fragment identifier, fixes #4210; fixed issue with jQuery 1.3.2 :visible selector; started to fix JSLint warnings...
|
2009-02-22 11:54:00 +00:00 |
|
Klaus Hartl
|
1ca5ae160c
|
Tabs: normalization of href attribute required in IE, fixes #4134
|
2009-02-19 20:19:13 +00:00 |
|
Klaus Hartl
|
07809340c8
|
Tabs: solved spinner issues and ajax loading not being stopped when selecting a static page tab, fixes #4109, #3929
|
2009-02-18 21:44:34 +00:00 |
|
Klaus Hartl
|
26f1b0330f
|
Tabs: using closest() is shorter
|
2009-02-14 15:56:44 +00:00 |
|
Klaus Hartl
|
f3feb25712
|
Tabs: mouseover/focus handling for added tabs, plus test, fixes #4097 as well as focus/blur handling when using keyboard
|
2009-02-13 23:05:16 +00:00 |
|
Paul Bakaus
|
51c338b9ed
|
all: fixed jslint warnings
|
2009-02-10 13:11:34 +00:00 |
|
Klaus Hartl
|
915a3a4117
|
Tabs: cleanup - no longer supports tabifying via list element, must use container
|
2009-02-05 19:58:38 +00:00 |
|
Klaus Hartl
|
fbc6ff5f81
|
Tabs: fixed bug related to setting selected via data method, cleaned up mess in tests
|
2009-02-05 19:36:31 +00:00 |
|
Klaus Hartl
|
78adee126c
|
Tabs: removed useless array joins, consistent usage of "ui-tabs-selected" class
|
2009-02-05 19:11:12 +00:00 |
|
Klaus Hartl
|
8aee174cdb
|
Tabs: Added tests for select method while at the same time implemented consistent handling of possible values to pass, addresses #4051
|
2009-02-05 19:02:47 +00:00 |
|
Klaus Hartl
|
b81731dd76
|
Tabs: fixed duration for show animation - setting wasn't considered
|
2009-02-04 20:46:54 +00:00 |
|
Klaus Hartl
|
24c51e5a95
|
Tabs: introduced "collapsible" option while deprecating "deselectable", fixes #4029
|
2009-02-02 20:15:06 +00:00 |
|
Klaus Hartl
|
c8360e619b
|
Tabs: Fixed IE bug which would mistake tabs as ajax with dynamically created HTML, fixes #4033
|
2009-02-01 21:09:02 +00:00 |
|
Klaus Hartl
|
0ad6bff312
|
Tabs: reviewed and simplified just a bit
|
2009-01-31 01:16:59 +00:00 |
|
Klaus Hartl
|
195838c443
|
Tabs: simplified tests a bit, found bug by that - fixed as well as two other unreported bugs
|
2009-01-31 00:45:14 +00:00 |
|
Klaus Hartl
|
43efa580dd
|
Tabs: organized code - public and private (pseudo) methods, added unit test for ui data object
|
2009-01-26 11:34:28 +00:00 |
|
Klaus Hartl
|
03b1cfe4c4
|
Tabs: TODO check
|
2009-01-25 23:52:49 +00:00 |
|
Klaus Hartl
|
0162350192
|
Tabs: removed Safari 2 workaround, no longer supported
|
2009-01-25 23:47:40 +00:00 |
|
Klaus Hartl
|
a7c0141875
|
Tabs: overall fixed selected property for all tabs unselected case (is -1 in such case), added sanity check for selected out of bound, fixes #3936
|
2009-01-25 23:42:56 +00:00 |
|
Klaus Hartl
|
802960fbad
|
a little cleanup
|
2009-01-25 19:07:25 +00:00 |
|
Klaus Hartl
|
1ffc579c64
|
Tabs: removed options from ui object, not required
|
2009-01-25 18:09:52 +00:00 |
|
Klaus Hartl
|
272854df86
|
Tabs: rotation handles asynchronous loading/animations, fixes #2651
|
2009-01-24 17:20:46 +00:00 |
|
Richard Worth
|
d70844ff4e
|
tabs: removed non-breaking space char
|
2009-01-24 04:13:03 +00:00 |
|
Klaus Hartl
|
0be8f4cbfd
|
Tabs: added ability to define the cookie name, fixes #2393
|
2009-01-23 20:11:02 +00:00 |
|
Klaus Hartl
|
860203deb2
|
Tabs: always hide added panels, fixes #3875
|
2009-01-22 21:48:39 +00:00 |
|
Richard Worth
|
1b891501f2
|
whitespace
|
2009-01-22 13:10:18 +00:00 |
|
Klaus Hartl
|
4af30fece3
|
UI Tabs: fixed broken animations and the frequently reported "jumpyness", fixes #3872
|
2009-01-21 21:05:07 +00:00 |
|
Klaus Hartl
|
3c569353ec
|
UI Tabs: updated TODO to with information for reported bug
|
2009-01-20 12:57:32 +00:00 |
|
Klaus Hartl
|
59c6f97625
|
UI Tabs: url containing a fragment identfier broke Ajax tab loading, fixes #3627
|
2009-01-19 23:11:30 +00:00 |
|
Klaus Hartl
|
8ff7897aa2
|
UI Tabs: fixed mouseover event option conflicting with default state handling (fixes #3799), cleaned up white space
|
2009-01-19 20:40:51 +00:00 |
|
Klaus Hartl
|
941f6feede
|
UI Tabs: fixed incomplete destroy method, fixes #3798
|
2009-01-18 21:09:31 +00:00 |
|
Scott González
|
d817e1eda4
|
Tabs: Fixed #3691: Removed the following options:
- deselectableClass
- disabledClass
- hideClass
- loadingClass
- navClass
- panelClass
- selectedClass
|
2009-01-17 19:48:42 +00:00 |
|
Klaus Hartl
|
26cdc6d22b
|
UI Tabs: fixed adding Ajax tab to empty list (#2839 jQuery bug tracker)
|
2009-01-16 07:25:23 +00:00 |
|