aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: Use standard promise methods for jqXHRScott González2015-03-101-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 (cherry picked from commit c1dfb98d4576901aacf35f99d2506e8f652c2690)
* Easing: Fixed small typo in easing demoAnne-Gaelle Colom2015-02-091-1/+1
| | | | (cherry picked from commit fe75984e53d27ec1291c8fcd1e2691ad3c58c1a0)
* Demos: Remove duplicate CSS propertiesBruno Pérel2015-02-052-2/+2
| | | | | Closes gh-1363 (cherry picked from commit 14c4eae32423682dd291fea633081502077f4df9)
* Autocomplete: Remove duplicate array key in demoBruno Pérel2015-02-051-1/+0
| | | | | Ref gh-1363 (cherry picked from commit 0fccf94113eb549ba591729f8854d1e289b0479b)
* 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
|
* Demos: Delete useless interactions demosJörn Zaefferer2014-04-247-220/+0
| | | | | | | All three delay-start demos use by examples for distance and delay while the default works fine. The connected-through tabs demo is just ridiculous.
* Progressbar demo: Speed up the progress a bit to make them less annoyingJörn Zaefferer2014-04-242-4/+4
|
* Button demo: Replace anchors with more appropriate buttonsJörn Zaefferer2014-04-248-15/+8
|
* Resizable demo: Trivial grammatical fixTJ VanToll2014-04-241-1/+1
|
* Widget demo: Replace 'go black' with 'go screen' to keep text readableJörn Zaefferer2014-04-241-5/+5
|
* Tooltip demo: Add a menu to the playlist buttonJörn Zaefferer2014-04-241-1/+31
|
* Tooltip demo: We have no plans for interactive tooltipsJörn Zaefferer2014-04-241-1/+1
|
* Tooltip demo: Mention the option used in the track demoJörn Zaefferer2014-04-241-1/+1
|
* Tooltip demo: Position tooltips next to inputs instead of over inputsJörn Zaefferer2014-04-241-1/+6
|
* Tabs demo: Improve manipulation by providing default values for new tabJörn Zaefferer2014-04-241-2/+2
|
* Spinner demo: Reorder input and select to be consistent with other demosJörn Zaefferer2014-04-241-4/+5
|
* Sortable demo: Allow dropping to empty list and improve general stylingJörn Zaefferer2014-04-241-2/+16
|
* Slider demo: Make read only inputs readonlyJörn Zaefferer2014-04-246-6/+6
|
* Resizable demo: Fix description text, replacing the copy-pastaJörn Zaefferer2014-04-241-1/+1
|
* Position demo: Address todo comment by replacing plugin methodsJörn Zaefferer2014-04-241-22/+21
|
* Effect demo: Change anchor to button elementJörn Zaefferer2014-04-241-1/+1
|
* Button demo: Remove unnecessary anchors from popp menuJörn Zaefferer2014-04-231-3/+3
|
* Autocomplete demo: Datasource needs min. 3 charactersJörn Zaefferer2014-04-231-1/+1
|
* Accordion demo: Refresh accordion after sortingScott González2014-04-231-0/+3
|
* Selectemnu: Demo cleanupScott González2014-04-082-72/+67
|
* Droppable: Fix dependencies in photo manager demoScott González2014-03-101-0/+1
|
* Slider: Switch handles from <a href="#"> to <span tabindex="0">TJ VanToll2014-03-071-1/+1
| | | | | Fixes #9890 Closes gh-1207
* Demos: Adding <meta name="viewport"> tag for easier mobile browsingTJ VanToll2014-03-0720-9/+21
|
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-05138-138/+138
|
* Tabs: Removed tabs at bottom demoScott González2014-02-192-59/+0
| | | | | Places tabs at the bottom is bad for accessibility. Dynamic content should not precede the control for the content.
* Demos: Fix custom style tooltip demoJörn Zaefferer2014-02-121-3/+1
| | | | | | | Fixes typo in 'transform' property, also removes unnecessary prefixes (based on our browser support and caniuse.com data). Fixes jquery/jqueryui.com#68
* Autocomplete: Update remote-jsonp demo with working geo webserviceJörn Zaefferer2014-01-291-11/+3
| | | | | | | The previous webservice now requires user credentials. The new one is also in use in a jQuery Mobile demo. Fixes #9764
* All: Quote CSS url() valuesScott González2014-01-246-11/+13
| | | | Closes gh-1172
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-24143-767/+767
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* All: Wrap I18n files with UMD return exportsRafael Xavier de Souza2014-01-244-16/+68
| | | | | Ref #9464 Ref gh-1029
* Demos: Fixing broken links to effect demosTJ VanToll2014-01-171-9/+9
|
* Droppable demos: Use ui-state-default for activationScott González2014-01-152-4/+4
| | | | Closes gh-1085