aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.tabs.js
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: Fixed id generation for cookies.Scott González2010-03-041-2/+3
| | | | Fixes #5264 - cookie name is: "ui-tabs-[object Object]".
* Fix for #4451 - ajax tabs error handlingJörn Zaefferer2010-02-241-2/+17
|
* Tabs: Fixed selected tab detection.Scott González2010-02-061-1/+1
| | | | | | Fixes #5122 - Bug in ui.tabs. Thanks th3br41n.
* Happy New YearRichard Worth2010-01-201-1/+1
|
* Widget factory: Changed _create to _init.Scott González2010-01-151-1/+1
| | | | Partial fix for #5064 - Widget: make multiple instantiation more useful.
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-23/+22
| | | | menu; including menu static tests).
* Fixed #4960 - Tabs: wrong selected tab indexRichard Worth2009-12-311-1/+2
|
* Tabs: fixed to work with empty nav list again.Scott González2009-12-251-2/+1
| | | | Fixes #4997 - No longer possible to start with empty tab then add() elements dynamically.
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+1
| | | | Fixes #5023 - Split mouse code into its own file.
* Tabs: Removed deprecated deselctable option (use collapsible instead).Scott González2009-11-131-6/+0
| | | | Fixes #4031 - Tabs: Remove deselectable option
* Tabs: Never remove the ui-state-default class when switching tabs.Scott González2009-11-131-4/+4
| | | | Fixes #4815 - Tabs: each tab needs to have state ui-state-default.
* Tabs: Made detection of navigation more flexible - now the first descendant ↵Scott González2009-11-091-1/+2
| | | | | | | list (ul or ol) found will be used instead of forcing it to be the first child ul. Fixes #4501 - Tabs should work with ordered lists (<ol>) in addition to unordered (<ul>) Fixes #4506 - tabs(): allow more flexibility in specifying what list is used
* Tabs: fixed to use a counter for unique ids instead of relying on ↵Richard Worth2009-10-171-1/+3
| | | | $.data(elem), which in 1.4 won't return an id. Thanks Mark Gibson.
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-0/+708
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935