| Commit message (Expand) | Author | Age | Files | Lines |
* | Tabs: Added defaults for callback options. Fixed 4619 (Tabs doesn't define d... | Scott González | 2009-06-20 | 1 | -0/+7 |
* | UI Tabs: a fix for messed up animations and ajax tabs | Klaus Hartl | 2009-06-12 | 1 | -0/+4 |
* | Partial fix for #3773 | Jörn Zaefferer | 2009-05-12 | 1 | -1/+1 |
* | Merged in widget-factory branch and added tests. Fixes #4411 - Widget factor... | Scott González | 2009-04-15 | 1 | -2/+14 |
* | Tabs: fixed a few issues in rotate method extension | Klaus Hartl | 2009-03-01 | 1 | -11/+16 |
* | Tabs: few fixes required in destroy method, removed ol as tabifyable element | Klaus Hartl | 2009-03-01 | 1 | -15/+18 |
* | Tabs: fixed stopping a rotation | Klaus Hartl | 2009-02-28 | 1 | -14/+15 |
* | changed ui.jquery.com to jqueryui.com | Richard Worth | 2009-02-27 | 1 | -1/+1 |
* | better performing check for base and href in IE | Klaus Hartl | 2009-02-26 | 1 | -3/+3 |
* | Tabs: refactored - replaced noisy $property names | Klaus Hartl | 2009-02-25 | 1 | -72/+69 |
* | Tabs: refactored so that it's using queue, fixes #4060 | Klaus Hartl | 2009-02-25 | 1 | -48/+42 |
* | Tabs: fixes #4033 as well for the case a base tag is being used | Klaus Hartl | 2009-02-25 | 1 | -1/+3 |
* | Tabs should not use toggleClass() for state handling, fixes #4212 | Klaus Hartl | 2009-02-22 | 1 | -6/+15 |
* | Tabs: some refactoring to avoid redundant code | Klaus Hartl | 2009-02-22 | 1 | -27/+25 |
* | Tabs: fixed remaining JSLint warnings | Klaus Hartl | 2009-02-22 | 1 | -39/+73 |
* | Tabs: avoid !0 == true | Klaus Hartl | 2009-02-22 | 1 | -2/+2 |
* | removed invalid character, added missing semicolon | Klaus Hartl | 2009-02-22 | 1 | -3/+3 |
* | Tabs: cookie was not considered if page url contains some fragment identifier... | Klaus Hartl | 2009-02-22 | 1 | -36/+35 |
* | Tabs: normalization of href attribute required in IE, fixes #4134 | Klaus Hartl | 2009-02-19 | 1 | -6/+14 |
* | Tabs: solved spinner issues and ajax loading not being stopped when selecting... | Klaus Hartl | 2009-02-18 | 1 | -45/+54 |
* | Tabs: using closest() is shorter | Klaus Hartl | 2009-02-14 | 1 | -4/+3 |
* | Tabs: mouseover/focus handling for added tabs, plus test, fixes #4097 as well... | Klaus Hartl | 2009-02-13 | 1 | -17/+19 |
* | all: fixed jslint warnings | Paul Bakaus | 2009-02-10 | 1 | -2/+2 |
* | Tabs: cleanup - no longer supports tabifying via list element, must use conta... | Klaus Hartl | 2009-02-05 | 1 | -7/+3 |
* | Tabs: fixed bug related to setting selected via data method, cleaned up mess ... | Klaus Hartl | 2009-02-05 | 1 | -2/+5 |
* | Tabs: removed useless array joins, consistent usage of "ui-tabs-selected" class | Klaus Hartl | 2009-02-05 | 1 | -7/+6 |
* | Tabs: Added tests for select method while at the same time implemented consis... | Klaus Hartl | 2009-02-05 | 1 | -8/+13 |
* | Tabs: fixed duration for show animation - setting wasn't considered | Klaus Hartl | 2009-02-04 | 1 | -1/+1 |
* | Tabs: introduced "collapsible" option while deprecating "deselectable", fixes... | Klaus Hartl | 2009-02-02 | 1 | -10/+15 |
* | Tabs: Fixed IE bug which would mistake tabs as ajax with dynamically created ... | Klaus Hartl | 2009-02-01 | 1 | -0/+4 |
* | Tabs: reviewed and simplified just a bit | Klaus Hartl | 2009-01-31 | 1 | -10/+7 |
* | Tabs: simplified tests a bit, found bug by that - fixed as well as two other ... | Klaus Hartl | 2009-01-31 | 1 | -8/+9 |
* | Tabs: organized code - public and private (pseudo) methods, added unit test f... | Klaus Hartl | 2009-01-26 | 1 | -62/+64 |
* | Tabs: TODO check | Klaus Hartl | 2009-01-25 | 1 | -1/+1 |
* | Tabs: removed Safari 2 workaround, no longer supported | Klaus Hartl | 2009-01-25 | 1 | -8/+1 |
* | Tabs: overall fixed selected property for all tabs unselected case (is -1 in ... | Klaus Hartl | 2009-01-25 | 1 | -13/+22 |
* | a little cleanup | Klaus Hartl | 2009-01-25 | 1 | -6/+0 |
* | Tabs: removed options from ui object, not required | Klaus Hartl | 2009-01-25 | 1 | -1/+0 |
* | Tabs: rotation handles asynchronous loading/animations, fixes #2651 | Klaus Hartl | 2009-01-24 | 1 | -21/+21 |
* | tabs: removed non-breaking space char | Richard Worth | 2009-01-24 | 1 | -1/+1 |
* | Tabs: added ability to define the cookie name, fixes #2393 | Klaus Hartl | 2009-01-23 | 1 | -1/+1 |
* | Tabs: always hide added panels, fixes #3875 | Klaus Hartl | 2009-01-22 | 1 | -4/+2 |
* | whitespace | Richard Worth | 2009-01-22 | 1 | -5/+5 |
* | UI Tabs: fixed broken animations and the frequently reported "jumpyness", fix... | Klaus Hartl | 2009-01-21 | 1 | -7/+7 |
* | UI Tabs: updated TODO to with information for reported bug | Klaus Hartl | 2009-01-20 | 1 | -1/+5 |
* | UI Tabs: url containing a fragment identfier broke Ajax tab loading, fixes #3627 | Klaus Hartl | 2009-01-19 | 1 | -6/+11 |
* | UI Tabs: fixed mouseover event option conflicting with default state handling... | Klaus Hartl | 2009-01-19 | 1 | -23/+26 |
* | UI Tabs: fixed incomplete destroy method, fixes #3798 | Klaus Hartl | 2009-01-18 | 1 | -1/+9 |
* | Tabs: Fixed #3691: Removed the following options: | Scott González | 2009-01-17 | 1 | -48/+49 |
* | UI Tabs: fixed adding Ajax tab to empty list (#2839 jQuery bug tracker) | Klaus Hartl | 2009-01-16 | 1 | -3/+6 |