summaryrefslogtreecommitdiffstats
path: root/ui/ui.tabs.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
* UI Tabs: fixed adding Ajax tab to empty list (#2839 jQuery bug tracker)Klaus Hartl2009-01-161-3/+6
|
* Revert changes for #3838 for the release 1.6rc5Eduardo Lundgren2009-01-161-35/+30
|
* Fix for #3838 - Components should use this.widgetName on internallyEduardo Lundgren2009-01-161-30/+35
|
* UI Tabs: fixed incorrectly named argument in try/catch blockKlaus Hartl2009-01-101-1/+1
|
* UI Tabs: allow initializing an empty list, fixes #3683Klaus Hartl2009-01-101-1/+1
|
* UI Tabs: fixed a bunch of problems that were introduced with the new markup, ↵Klaus Hartl2009-01-101-10/+8
| | | | fixes #3734, #3795
* UI Tabs: reviewed code to handle hover/focus states: needs to take disabling ↵Klaus Hartl2009-01-101-21/+14
| | | | into account, namespaced events, to be destroyed
* Happy New YearRichard Worth2009-01-031-1/+1
|
* Tabs: Added missing semicolon.Scott González2008-12-311-1/+1
|
* Tabs: Added tab hover and focus support. For #3651 Update markup to new UI ↵Richard Worth2008-12-231-0/+18
| | | | CSS Framework specs
* adopted proposed markup for 1.6, fixes #3651Klaus Hartl2008-12-221-18/+33
|
* tabs: formatting changes - moved some things around for consistency.Richard Worth2008-11-211-48/+60
| | | | _init and destroy at the top. ui last. Sorted defaults alphabetically.
* New file: AUTHORS.txt instead of having a single contributor's name in each ↵Richard Worth2008-11-211-1/+1
| | | | file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b
* Source formatting: Removing trailing spacesEduardo Lundgren2008-11-201-4/+4
|
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-181-63/+63
|
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-4/+4
|
* UI Tabs: removed equalize extensionKlaus Hartl2008-11-051-14/+0
|
* UI Tabs: fixed tabs select causing page to jump bug, removed cruft form ↵Klaus Hartl2008-11-051-87/+68
| | | | former history integration which will work differently anyway
* UI Tabs: renamed confusing "unselect" option to "deselectable"Klaus Hartl2008-10-081-41/+37
|
* UI Tabs: fixed removal of inline styles set for a tab panelKlaus Hartl2008-10-061-16/+14
|
* adding version property to all ui componentsJörn Zaefferer2008-10-051-0/+1
|
* UI Tabs: unselect class was attached inconsistentlyKlaus Hartl2008-10-041-11/+11
|
* UI Tabs: fixed "colon in id bug", wrote more unit tests and refactored stuff ↵Klaus Hartl2008-10-021-19/+30
| | | | afterwards