aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.tabs.js
Commit message (Expand)AuthorAgeFilesLines
* Tab: modified init to display correct content of misordered div when hash pre...jenters2010-10-041-2/+2
* Tabs: Prevent opening a tab while panels are being animated. Fixes #4771 - Ta...Christopher McCulloh2010-09-071-0/+1
* Tabs: Handle empty hrefs for IE6/7 as invalid. Fixes #5755 - Tabs: tabs with ...Scott González2010-09-031-1/+1
* Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for r...Scott González2010-09-031-1/+1
* Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists.ph-ausseil2010-08-111-1/+1
* Fixed broken whitespace characters and missing semicolon. Fixes #3921 - Probl...Scott González2010-08-101-1/+1
* Tabs: coding standards.Scott González2010-07-281-349/+365
* Tabs: Fixed select method handling for index of -1.Scott González2010-07-171-2/+6
* Tabs: Updated tests.Scott González2010-07-161-7/+3
* Tabs: Fixed a broken commit for #3171.Tiago Freire2010-07-161-5/+1
* Tabs: Added ability to reference tabs by href. Fixes #3171 - have option to r...Tiago Freire2010-07-161-3/+19
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
* All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
* Updated copyright headers to make it clear that you can choose between MIT an...Scott González2010-07-091-3/+3
* Tabs: Removed instances of " .. + (++ .." to avoid a minification bug in clos...Scott González2010-05-171-2/+10
* Tabs: Fixed id generation for cookies.Scott González2010-03-041-2/+3
* 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
* Happy New YearRichard Worth2010-01-201-1/+1
* Widget factory: Changed _create to _init.Scott González2010-01-151-1/+1
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m...Scott González2010-01-071-23/+22
* 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
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+1
* Tabs: Removed deprecated deselctable option (use collapsible instead).Scott González2009-11-131-6/+0
* Tabs: Never remove the ui-state-default class when switching tabs.Scott González2009-11-131-4/+4
* Tabs: Made detection of navigation more flexible - now the first descendant l...Scott González2009-11-091-1/+2
* Tabs: fixed to use a counter for unique ids instead of relying on $.data(elem...Richard Worth2009-10-171-1/+3
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery...Richard Worth2009-09-171-0/+708