aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Effects: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-2010-10/+10
|
* Widget: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-2/+2
|
* Tooltip: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-202-3/+3
|
* Tabs: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-4/+4
|
* Spinner: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-204-7/+7
|
* Sortable: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
|
* Slider: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
|
* Droppable: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
|
* Dialog: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
|
* Datepicker: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-203-3/+3
|
* Button: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-203-5/+5
|
* Autocomplete: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-203-6/+6
|
* Accordion: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-202-6/+6
|
* Slider: Remove scrollbar demoScott González2015-04-221-131/+0
| | | | | Custom scrollbars are often a bad idea and this was a particularly minimal, and therefore terrible, implementation.
* Autocomplete: Cleanup remote-jsonp demoJörn Zaefferer2015-04-201-18/+11
| | | | | | | Fix handling of empty response, remove silly open/close handlers, fix select callback, fix demo description. Closes gh-1542
* Selectmenu: Add a disabled-default option example to default demoJörn Zaefferer2015-04-081-0/+12
| | | | Ref gh-1520
* Menu: Update default demo, use product categoriesJörn Zaefferer2015-04-081-20/+18
| | | | | | | Makes it look like a navigation menu that can't be navigated, at least better than the random city names we had before. Ref #11641
* Droppable: Remove shopping cart demoAlexander Schmitz2015-03-111-96/+0
| | | | This has terrible UX that we shouldn't promote anymore.
* Tooltip: Add classes optionAlexander Schmitz2015-03-111-1/+3
| | | | | Ref #7053 Ref gh-1411
* Droppable: Add classes optionAlexander Schmitz2015-03-116-15/+33
| | | | | Ref #7053 Ref gh-1411
* Selectmenu: Support `width: false` and default to 14emScott González2015-03-053-9/+0
| | | | | | | | | | `width: null` still matches the width of the original element. `width: false` prevents an inline style from being set for the width. This makes it easy to set the width via a stylesheet and allows the use of any unit for setting the width, such as the new default of `14em`. Fixes #11198 Closes gh-1467
* Tabs: Use standard promise methods for jqXHRScott González2015-02-241-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
* Datepicker: Fix date range demo when entering values manuallyScott González2015-02-231-15/+28
| | | | | Fixes #11143 Closes gh-1454
* Theme: Improve default theme stylingJasper de Groot2015-01-271-1/+1
| | | | | | | | | | | | | | | | | | Changes tooltip to use the ui-widget-shadow class, which now applies the box-shadow style. .ui-widget-shadow was created when box-shadow wasn't available. By now, there's no point in faking a custom shadow anymore. This removes the only non-structural CSS from a widget-specific file. Updates demos to use the same font-family, removes unused images. Will be available as the new default theme on ThemeRoller called "Base", while "UI Smoothness" and "UI Lightness" will still be available in the gallery. Fixes #10617 Fixes #10880 Closes gh-1436 Ref jquery/download.jqueryui.com#248
* Effects: RewriteMike Sherov2014-12-107-13/+19
| | | | | | | | | | | | | | | | | | 1. Introduces a set of helper methods to easily create and define new effects. 2. Uses clip animations and placeholders instead of wrappers for clip effects. 3. Ensures all animations are detectable as animated Fixes #10599 Fixes #9477 Fixes #9257 Fixes #9066 Fixes #8867 Fixes #8671 Fixes #8505 Fixes #7885 Fixes #7041 Closes gh-1017
* Dialog: Updating demo style based on changes to theme and demo CSSAlexander Schmitz2014-11-182-3/+4
| | | | | Fixes #10693 Closes #1385
* Easing: Fixed small typo in easing demoAnne-Gaelle Colom2014-11-171-1/+1
|
* Demos: Fix menu markup in split button demoJörn Zaefferer2014-11-071-3/+3
|
* Demos: Fix menu markup in tooltip video-player demoJörn Zaefferer2014-11-071-3/+3
|
* Selectmenu: Re-add wrappers to menu itemsTJ VanToll2014-10-251-4/+5
|
* Autocomplete: Re-add wrappers to menu itemsTJ VanToll2014-10-251-1/+1
|
* Menu: Wrap menu items in a <div>TJ VanToll2014-10-253-38/+56
| | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342
* Theme: Change default widget font-size to 1emTJ VanToll2014-10-242-4/+0
| | | | | Fixes #10131 Closes gh-1374
* All: Drop support for IE7Scott González2014-10-211-4/+0
| | | | | Fixes #9838 Closes gh-1365
* Demos: Remove duplicate CSS propertiesBruno Pérel2014-10-202-2/+2
| | | | Closes gh-1363
* Autocomplete: Remove duplicate array key in demoBruno Pérel2014-10-201-1/+0
| | | | Ref gh-1363
* Menu: Adding a demo showing how to create category headersTJ VanToll2014-09-192-0/+43
| | | | Closes gh-1347
* Effects Demos: Fix typeErrors on puff and size demosMike Sherov2014-09-103-0/+6
|
* Tabs: Fix description in ajax demoScott González2014-08-271-1/+1
| | | | Closes jquery/jqueryui.com#90
* Autocomplete: Fix styling for combobox demoScott González2014-07-241-4/+1
| | | | Fixes #10059
* Datepicker: Set explicit button text in demoScott González2014-07-151-1/+2
| | | | | Fixes #9626 Closes gh-1283
* Spinner: Fix inclusion of mousewheel plugin in demosScott González2014-07-126-6/+6
| | | | Fixes #10188
* Dialog demo: Remove a duplicate (and incorrect) script includeTJ VanToll2014-07-101-1/+0
|
* Build: Reorganize external directoryScott González2014-06-24134-142/+142
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Tooltip: Don't use `rgba()` for solid colors in video player demoScott González2014-05-061-2/+2
| | | | Fixes a display issue in IE8.
* Selectmenu: Add new production selection demoFelix Nagel2014-05-052-0/+94
| | | | Closes gh-1230
* Tooltip demo: Reword dialog description for clarityTJ VanToll2014-05-051-1/+1
| | | | Closes gh-1233
* Dialog demo: Update modal form demoJörn Zaefferer2014-04-241-40/+52
| | | | | | | | | | - Removes an invalid jquery.ui.button.js reference (button.js is loaded) - Updates the email regex to use the one from the HTML5 spec - Refactors the code to add the user on both button click and form submit - Reset the form to its original state on submit - Initialize the form with values that can be submitted immediately, better for a demo - Rename bValid to valid
* Dialog demo: Move animated dialog demo to the end of the indexJörn Zaefferer2014-04-241-1/+1
| | | | | This demo looks rather silly and has no purpose beyond showing of the animation options. It doesn't do that very well.
* Dialog demo: Remove regular modal demo, the other modal demos are betterJörn Zaefferer2014-04-242-39/+0
|