Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tab: modified init to display correct content of misordered div when hash ↵ | jenters | 2010-10-04 | 1 | -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 McCulloh | 2010-09-07 | 1 | -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ález | 2010-09-03 | 1 | -1/+1 |
| | | | | an empty href are enabled in IE6/7. | ||||
* | Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for ↵ | Scott González | 2010-09-03 | 1 | -1/+1 |
| | | | | remote tabs does not support foreign languages. | ||||
* | Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists. | ph-ausseil | 2010-08-11 | 1 | -1/+1 |
| | |||||
* | Fixed broken whitespace characters and missing semicolon. Fixes #3921 - ↵ | Scott González | 2010-08-10 | 1 | -1/+1 |
| | | | | Problem with JavaScriptPacker. | ||||
* | Tabs: coding standards. | Scott González | 2010-07-28 | 1 | -349/+365 |
| | |||||
* | Tabs: Fixed select method handling for index of -1. | Scott González | 2010-07-17 | 1 | -2/+6 |
| | |||||
* | Tabs: Updated tests. | Scott González | 2010-07-16 | 1 | -7/+3 |
| | |||||
* | Tabs: Fixed a broken commit for #3171. | Tiago Freire | 2010-07-16 | 1 | -5/+1 |
| | |||||
* | Tabs: Added ability to reference tabs by href. Fixes #3171 - have option to ↵ | Tiago Freire | 2010-07-16 | 1 | -3/+19 |
| | | | | remove tab by href content, not just by index. | ||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 1 | -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ález | 2010-05-17 | 1 | -2/+10 |
| | | | | closure compiler. Fixes #5576 - invalid increment operand. | ||||
* | Tabs: Fixed id generation for cookies. | Scott González | 2010-03-04 | 1 | -2/+3 |
| | | | | Fixes #5264 - cookie name is: "ui-tabs-[object Object]". | ||||
* | Fix for #4451 - ajax tabs error handling | Jörn Zaefferer | 2010-02-24 | 1 | -2/+17 |
| | |||||
* | Tabs: Fixed selected tab detection. | Scott González | 2010-02-06 | 1 | -1/+1 |
| | | | | | | Fixes #5122 - Bug in ui.tabs. Thanks th3br41n. | ||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -1/+1 |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. | ||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -23/+22 |
| | | | | menu; including menu static tests). | ||||
* | Fixed #4960 - Tabs: wrong selected tab index | Richard Worth | 2009-12-31 | 1 | -1/+2 |
| | |||||
* | Tabs: fixed to work with empty nav list again. | Scott González | 2009-12-25 | 1 | -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ález | 2009-12-22 | 1 | -0/+1 |
| | | | | Fixes #5023 - Split mouse code into its own file. | ||||
* | Tabs: Removed deprecated deselctable option (use collapsible instead). | Scott González | 2009-11-13 | 1 | -6/+0 |
| | | | | Fixes #4031 - Tabs: Remove deselectable option | ||||
* | Tabs: Never remove the ui-state-default class when switching tabs. | Scott González | 2009-11-13 | 1 | -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ález | 2009-11-09 | 1 | -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 Worth | 2009-10-17 | 1 | -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 Worth | 2009-09-17 | 1 | -0/+708 |
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 |