Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Resolve most jQuery Migrate warnings | Michał Gołębiowski-Owczarek | 2020-05-16 | 1 | -1/+1 |
| | | | Closes gh-1919 | ||||
* | Tabs: Don't blur focused tab on sort | Scott González | 2016-10-12 | 1 | -1/+12 |
| | | | | | Fixes #14627 Closes gh-1761 | ||||
* | Demos: Add device-width viewport meta to all demos | Jörn Zaefferer | 2015-09-30 | 7 | -0/+7 |
| | | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d | ||||
* | Tabs: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -5/+5 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Tabs: Update demos to use AMD | Alexander Schmitz | 2015-07-21 | 7 | -54/+14 |
| | | | | Ref #10119 | ||||
* | Tabs: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -4/+4 |
| | |||||
* | Tabs: Use standard promise methods for jqXHR | Scott González | 2015-02-24 | 1 | -1/+1 |
| | | | | | | | The old success(), error() and complete() methods have been deprecated for a while and have been removed in upstream master. Closes gh-1455 | ||||
* | Demos: Remove duplicate CSS properties | Bruno Pérel | 2014-10-20 | 1 | -1/+1 |
| | | | | Closes gh-1363 | ||||
* | Tabs: Fix description in ajax demo | Scott González | 2014-08-27 | 1 | -1/+1 |
| | | | | Closes jquery/jqueryui.com#90 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 7 | -7/+7 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Tabs demo: Improve manipulation by providing default values for new tab | Jörn Zaefferer | 2014-04-24 | 1 | -2/+2 |
| | |||||
* | Demos: Adding <meta name="viewport"> tag for easier mobile browsing | TJ VanToll | 2014-03-07 | 1 | -0/+1 |
| | |||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 7 | -7/+7 |
| | |||||
* | Tabs: Removed tabs at bottom demo | Scott González | 2014-02-19 | 2 | -59/+0 |
| | | | | | Places tabs at the bottom is bad for accessibility. Dynamic content should not precede the control for the content. | ||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 8 | -37/+37 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Demos: Fix small typos | Eric Dahl | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 8 | -8/+8 |
| | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. | ||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 8 | -8/+8 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 8 | -8/+8 |
| | |||||
* | Tabs: Update manipulation demo - implement alt+del shortcut to remove active ↵ | Jörn Zaefferer | 2012-12-28 | 1 | -2/+10 |
| | | | | tab. Fixes #7847 - Tabs: simple manipulation accessibility | ||||
* | Tabs: Update manipulation demo - use delegate instead of live (can't use on ↵ | Jörn Zaefferer | 2012-12-28 | 1 | -1/+1 |
| | | | | until we drop core 1.6 support), reuse selected element | ||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 8 | -8/+8 |
| | |||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 8 | -8/+8 |
| | |||||
* | Demo: Missed one wrapper div. | Scott González | 2012-09-10 | 1 | -2/+0 |
| | |||||
* | Demos: Cleanup. | Scott González | 2012-09-10 | 9 | -113/+47 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 8 | -8/+8 |
| | |||||
* | Tabs: Removed cookie demo since the cookie option is deprecated. | Scott González | 2012-06-11 | 2 | -58/+0 |
| | |||||
* | Tabs manipulation demo: Update for aria-controls. | Scott González | 2012-05-18 | 1 | -2/+2 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 9 | -9/+9 |
| | |||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 9 | -9/+9 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 9 | -9/+9 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 9 | -9/+9 |
| | |||||
* | Tabs (bottom demo): Fixed styling. Fixes #4785 - Add a tabs demo with the ↵ | Scott González | 2011-08-03 | 1 | -3/+10 |
| | | | | tabs at the bottom. | ||||
* | Tabs: Better styling for bottom tabs demo. Partial fix for #4785 - Add a ↵ | Scott González | 2011-08-02 | 1 | -5/+4 |
| | | | | tabs demo with the tabs at the bottom. | ||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 9 | -9/+9 |
| | |||||
* | Tabs: Cleaned up manipulation demo. | Scott González | 2011-05-11 | 1 | -23/+13 |
| | |||||
* | Tabs: update manipulation demo to use the refresh method | David Petersen | 2011-05-11 | 1 | -16/+23 |
| | |||||
* | Tabs: update sortable demo to call refresh method. Fixes #4524 Tabs: ↵ | David Petersen | 2011-04-28 | 1 | -1/+7 |
| | | | | Sortable demo causes bad index references | ||||
* | Tabs: Update ajax demo to use beforeLoad event instead of deprecated ↵ | Scott González | 2011-04-11 | 1 | -5/+4 |
| | | | | ajaxOptions option. | ||||
* | Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active. | Scott González | 2011-04-11 | 2 | -2/+1 |
| | |||||
* | Tabs: Deprecate url method; use aria-controls instead of title to specify ↵ | David Petersen | 2011-03-27 | 1 | -1/+2 |
| | | | | panels. Fixes #7132 Tabs: Deprecate url method; use aria-controls instead of title to specify panels | ||||
* | Tabs: Updates cookie demo to include more information on how to find cookie ↵ | Ralph Whitbeck | 2011-03-20 | 1 | -0/+1 |
| | | | | plugin. Fixes #7172, [Documentation] Explain cookie plugin is included in externals. | ||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 9 | -9/+9 |
| | |||||
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 9 | -9/+9 |
| | |||||
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 9 | -9/+9 |
| | |||||
* | Tabs demos: Coding standards. | Scott González | 2010-10-13 | 13 | -169/+161 |
| | |||||
* | Added position plugin to demo pages that use dialogs. | Scott González | 2010-07-27 | 1 | -0/+1 |
| | |||||
* | Tabs: Adding demo using cookie option for persistence | unknown | 2010-03-30 | 2 | -0/+58 |
| | |||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 9 | -9/+18 |
| | |||||
* | ajax tabs demo: renamed tabs to fit on the demo template | Jörn Zaefferer | 2010-02-24 | 1 | -5/+5 |
| |