aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.tabs.js
Commit message (Collapse)AuthorAgeFilesLines
* Protect all copyright notices against minificationJörn Zaefferer2012-04-021-1/+1
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. (cherry picked from commit 37dcc3e21df5f1373ff9963217073a9faecfc057, dropped menu, spinner and tooltip)
* Fixes #6979 - Several components are leaking variables into the global scope.felix2012-03-291-1/+0
|
* Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: ↵Scott González2012-03-221-1/+1
| | | | | | Error with href selector. (cherry picked from commit adbc2733bbd4d4c117dd2e0f31d5156e2913bfd1)
* Updated copyright year.Scott González2012-03-191-1/+1
|
* Updated copyright year.Scott González2011-01-171-1/+1
|
* Tabs: Pass an element instead of jQuery object on initial show. Fixes #6867 ↵Scott González2011-01-161-1/+1
| | | | - Inconsistent ui.panel contents for show event of tabs widget.
* Tabs: Added context to global selectors. Fixed #6710 - tabs module uses ↵saks2010-12-071-7/+7
| | | | global selectors instead of local to "this.element" element.
* Tab: modified init to display correct content of misordered div when hash ↵jenters2010-10-041-2/+2
| | | | present in url. Fixed #6125 - Incorrect selection of tab on init with hash in url and misordered divs
* Tabs: Prevent opening a tab while panels are being animated. Fixes #4771 - ↵Christopher McCulloh2010-09-071-0/+1
| | | | Tabs: Occassionally displays multiple tabs when clicked with rotate control using opacity toggle fx.
* Tabs: Handle empty hrefs for IE6/7 as invalid. Fixes #5755 - Tabs: tabs with ↵Scott González2010-09-031-1/+1
| | | | an empty href are enabled in IE6/7.
* Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for ↵Scott González2010-09-031-1/+1
| | | | remote tabs does not support foreign languages.
* 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 - ↵Scott González2010-08-101-1/+1
| | | | Problem with JavaScriptPacker.
* 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 ↵Tiago Freire2010-07-161-3/+19
| | | | remove tab by href content, not just by index.
* 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 ↵Scott González2010-07-091-3/+3
| | | | and GPLv2. Also added a link to http://jquery.org/license.
* Tabs: Removed instances of " .. + (++ .." to avoid a minification bug in ↵Scott González2010-05-171-2/+10
| | | | closure compiler. Fixes #5576 - invalid increment operand.
* 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