aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Autocomplete: Announce autocomplete correctly in all ATs.Dylan Barrell2014-01-141-1/+5
| | | | | Fixes #9631 Closes gh-1153
* Demos: Fix broken links to themerollerCorey Frang2013-12-093-3/+3
|
* Selectmenu: remove link element and adjust styles in custom renderer demoFelix Nagel2013-11-261-14/+6
|
* Merge branch 'master' into selectmenuJörn Zaefferer2013-11-255-5/+4
|\
| * Demos: There can be only one button.jsJörn Zaefferer2013-11-201-1/+0
| |
| * Demos: Fix small typosEric Dahl2013-11-204-4/+4
| |
* | Demos: Add meta-viewport element for better 'mobile' testingJörn Zaefferer2013-11-253-1/+4
| |
* | Merge branch 'master' into selectmenuJörn Zaefferer2013-11-161-1/+1
|\|
| * Autocomplete: Update categories demo again, use only public properties to ↵Jörn Zaefferer2013-11-131-1/+1
| | | | | | | | update menu option
* | Merge branch 'master' into selectmenuFelix Nagel2013-11-134-11/+16
|\|
| * Autocomplete: Update categories demo to use menu's new items option to ↵Jörn Zaefferer2013-11-131-0/+4
| | | | | | | | exclude custom headers from menu focus