Commit Graph

1269 Commits

Author SHA1 Message Date
Alexander Schmitz
41b5b2d7a9 Draggable: Update to demos to use AMD
Ref #10119
2015-07-21 11:00:41 -04:00
Alexander Schmitz
f18ec88ea8 Dialog: Switch demos to use AMD
Ref #10119
2015-07-21 11:00:41 -04:00
Alexander Schmitz
0935c9af36 Autocomplete: Update demos to use AMD
Ref #10119
2015-07-21 11:00:41 -04:00
Alexander Schmitz
9484718a00 Datepicker: Update localization demo to use i18n files from ui folder
Ref #10119
2015-07-21 11:00:41 -04:00
Alexander Schmitz
4c22343281 Datepicker: Use new demos infrastructure
Ref #10119
2015-07-21 11:00:40 -04:00
Alexander Schmitz
9ef4150425 Accordion: Use new demos infrastructure
Ref #10119
2015-07-21 11:00:40 -04:00
Alexander Schmitz
21acf69770 Demos: Fixup correct name 2015-07-21 11:00:40 -04:00
Alexander Schmitz
7336a5869c Demos: Add new infrastructure using a require.js bootstrap
Fixes #10119
Closes gh-1557
2015-07-21 11:00:40 -04:00
Alexander Schmitz
c79bc7f040 Progressbar: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:58 -04:00
Alexander Schmitz
ba37ca9ea5 Position: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:58 -04:00
Alexander Schmitz
5ee324dd72 Effects: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:57 -04:00
Alexander Schmitz
e543253468 Widget: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:57 -04:00
Alexander Schmitz
24f1ce9ea0 Tooltip: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:57 -04:00
Alexander Schmitz
c25a541fc4 Tabs: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:57 -04:00
Alexander Schmitz
89bf0d057b Spinner: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:56 -04:00
Alexander Schmitz
d157b59a51 Sortable: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:56 -04:00
Alexander Schmitz
dcd3cd516c Slider: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:56 -04:00
Alexander Schmitz
35ef105430 Droppable: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:56 -04:00
Alexander Schmitz
be0a176b1f Dialog: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:55 -04:00
Alexander Schmitz
183422bd9f Datepicker: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:55 -04:00
Alexander Schmitz
12df1b7dad Button: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:55 -04:00
Alexander Schmitz
8b4ce807cd Autocomplete: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:55 -04:00
Alexander Schmitz
b240eed81b Accordion: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:55 -04:00
Scott González
ec952e2909 Slider: Remove scrollbar demo
Custom scrollbars are often a bad idea and this was a particularly minimal,
and therefore terrible, implementation.
2015-04-22 12:37:08 -04:00
Jörn Zaefferer
9f62a3faf6 Autocomplete: Cleanup remote-jsonp demo
Fix handling of empty response, remove silly open/close handlers,
fix select callback, fix demo description.

Closes gh-1542
2015-04-20 16:55:26 +02:00
Jörn Zaefferer
2d0f05b25d Selectmenu: Add a disabled-default option example to default demo
Ref gh-1520
2015-04-08 15:00:16 +02:00
Jörn Zaefferer
c5b215e319 Menu: Update default demo, use product categories
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
2015-04-08 14:33:35 +02:00
Alexander Schmitz
01c8f88c81 Droppable: Remove shopping cart demo
This has terrible UX that we shouldn't promote anymore.
2015-03-11 16:05:41 -04:00
Alexander Schmitz
9d71547394 Tooltip: Add classes option
Ref #7053
Ref gh-1411
2015-03-11 16:05:33 -04:00
Alexander Schmitz
f58277a521 Droppable: Add classes option
Ref #7053
Ref gh-1411
2015-03-11 16:04:34 -04:00
Scott González
af4c35df9d Selectmenu: Support width: false and default to 14em
`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
2015-03-05 11:42:49 -05:00
Scott González
c1dfb98d45 Tabs: Use standard promise methods for jqXHR
The old success(), error() and complete() methods have been deprecated for a
while and have been removed in upstream master.

Closes gh-1455
2015-02-24 10:24:58 -05:00
Scott González
fac8e517d7 Datepicker: Fix date range demo when entering values manually
Fixes #11143
Closes gh-1454
2015-02-23 12:21:21 -05:00
Jasper de Groot
79c4fa1e7a Theme: Improve default theme styling
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
2015-01-27 13:23:53 +01:00
Mike Sherov
b6bec797d6 Effects: Rewrite
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
2014-12-10 16:58:38 -05:00
Alexander Schmitz
24ce1c8b24 Dialog: Updating demo style based on changes to theme and demo CSS
Fixes #10693
Closes #1385
2014-11-18 16:23:51 +01:00
Anne-Gaelle Colom
fe75984e53 Easing: Fixed small typo in easing demo 2014-11-17 10:31:37 -05:00
Jörn Zaefferer
4e860dca95 Demos: Fix menu markup in split button demo 2014-11-07 11:56:38 +01:00
Jörn Zaefferer
c521ebc8f6 Demos: Fix menu markup in tooltip video-player demo 2014-11-07 11:56:38 +01:00
TJ VanToll
e9643f6bfc Selectmenu: Re-add wrappers to menu items 2014-10-25 10:10:38 -07:00
TJ VanToll
4ac7b1f679 Autocomplete: Re-add wrappers to menu items 2014-10-25 10:10:38 -07:00
TJ VanToll
de2ef2a585 Menu: Wrap menu items in a <div>
This avoids styling issues where ui-state-focus rules apply to submenus.

Fixes #10162
Closes gh-1342
2014-10-25 10:10:30 -07:00
TJ VanToll
3002d460de Theme: Change default widget font-size to 1em
Fixes #10131
Closes gh-1374
2014-10-24 07:23:31 -07:00
Scott González
6d7589351e All: Drop support for IE7
Fixes #9838
Closes gh-1365
2014-10-21 09:06:58 -04:00
Bruno Pérel
14c4eae324 Demos: Remove duplicate CSS properties
Closes gh-1363
2014-10-20 14:41:22 -04:00
Bruno Pérel
0fccf94113 Autocomplete: Remove duplicate array key in demo
Ref gh-1363
2014-10-20 14:41:09 -04:00
TJ VanToll
1c08e882ab Menu: Adding a demo showing how to create category headers
Closes gh-1347
2014-09-19 15:16:38 -04:00
Mike Sherov
da02b2ea4c Effects Demos: Fix typeErrors on puff and size demos 2014-09-10 09:49:20 -05:00
Scott González
392d402d6f Tabs: Fix description in ajax demo
Closes jquery/jqueryui.com#90
2014-08-27 14:09:04 -04:00
Scott González
d1e327c189 Autocomplete: Fix styling for combobox demo
Fixes #10059
2014-07-24 17:21:33 -04:00
Scott González
bb29287c3c Datepicker: Set explicit button text in demo
Fixes #9626
Closes gh-1283
2014-07-15 08:49:15 -04:00
Scott González
bef2c456ca Spinner: Fix inclusion of mousewheel plugin in demos
Fixes #10188
2014-07-12 09:05:41 -04:00
TJ VanToll
4a42a7ffe1 Dialog demo: Remove a duplicate (and incorrect) script include 2014-07-10 09:10:45 -04:00
Scott González
6df127a0b5 Build: Reorganize external directory
Put each external library into its own directory.
Move jquery.js to external.

Ref gh-1266
2014-06-24 22:45:32 -04:00
Scott González
719150e92c Tooltip: Don't use rgba() for solid colors in video player demo
Fixes a display issue in IE8.
2014-05-06 08:37:05 -04:00
Felix Nagel
8e9626393e Selectmenu: Add new production selection demo
Closes gh-1230
2014-05-05 21:47:19 +02:00
TJ VanToll
dfb8db2f09 Tooltip demo: Reword dialog description for clarity
Closes gh-1233
2014-05-05 21:41:11 +02:00
Jörn Zaefferer
b41b92213a Dialog demo: Update modal form demo
- 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
2014-04-24 21:03:34 +02:00
Jörn Zaefferer
28093e6896 Dialog demo: Move animated dialog demo to the end of the index
This demo looks rather silly and has no purpose beyond showing of the
animation options. It doesn't do that very well.
2014-04-24 21:03:34 +02:00
Jörn Zaefferer
2d633cb782 Dialog demo: Remove regular modal demo, the other modal demos are better 2014-04-24 21:03:34 +02:00
Jörn Zaefferer
905c5dbf19 Demos: Delete useless interactions demos
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.
2014-04-24 20:11:07 +02:00
Jörn Zaefferer
22de101e40 Progressbar demo: Speed up the progress a bit to make them less annoying 2014-04-24 19:52:47 +02:00
Jörn Zaefferer
7d0ca5e37d Button demo: Replace anchors with more appropriate buttons 2014-04-24 19:39:08 +02:00
TJ VanToll
a2af75e5ef Resizable demo: Trivial grammatical fix 2014-04-24 09:23:12 -04:00
Jörn Zaefferer
004d768f3c Widget demo: Replace 'go black' with 'go screen' to keep text readable 2014-04-24 14:04:03 +02:00
Jörn Zaefferer
67f564014a Tooltip demo: Add a menu to the playlist button 2014-04-24 14:02:09 +02:00
Jörn Zaefferer
eefeaf0581 Tooltip demo: We have no plans for interactive tooltips 2014-04-24 13:53:49 +02:00
Jörn Zaefferer
e12ffb65d5 Tooltip demo: Mention the option used in the track demo 2014-04-24 13:50:24 +02:00
Jörn Zaefferer
1fa0c97586 Tooltip demo: Position tooltips next to inputs instead of over inputs 2014-04-24 13:48:15 +02:00
Jörn Zaefferer
a332256753 Tabs demo: Improve manipulation by providing default values for new tab 2014-04-24 13:44:55 +02:00
Jörn Zaefferer
ff253e7372 Spinner demo: Reorder input and select to be consistent with other demos 2014-04-24 13:40:02 +02:00
Jörn Zaefferer
101513d651 Sortable demo: Allow dropping to empty list and improve general styling 2014-04-24 13:31:59 +02:00
Jörn Zaefferer
6fb72fd820 Slider demo: Make read only inputs readonly 2014-04-24 13:23:47 +02:00
Jörn Zaefferer
b6da520097 Resizable demo: Fix description text, replacing the copy-pasta 2014-04-24 12:57:52 +02:00
Jörn Zaefferer
16f421fd50 Position demo: Address todo comment by replacing plugin methods 2014-04-24 12:15:51 +02:00
Jörn Zaefferer
62c9a9c3ec Effect demo: Change anchor to button element 2014-04-24 10:44:09 +02:00
Jörn Zaefferer
c0d864d797 Button demo: Remove unnecessary anchors from popp menu 2014-04-23 20:22:34 +02:00
Jörn Zaefferer
a09462fd5c Autocomplete demo: Datasource needs min. 3 characters 2014-04-23 19:56:48 +02:00
Scott González
c879f62f7b Accordion demo: Refresh accordion after sorting 2014-04-23 13:50:49 -04:00
Scott González
9d78023e35 Selectemnu: Demo cleanup 2014-04-08 14:57:43 -04:00
Scott González
13be9205e1 Droppable: Fix dependencies in photo manager demo 2014-03-10 08:35:21 -04:00
TJ VanToll
dfc5c34320 Slider: Switch handles from <a href="#"> to <span tabindex="0">
Fixes #9890
Closes gh-1207
2014-03-07 09:31:42 -05:00
TJ VanToll
343c265172 Demos: Adding <meta name="viewport"> tag for easier mobile browsing 2014-03-07 09:30:11 -05:00
Jörn Zaefferer
a40647f0e5 All: Rename jquery.js to exclude version in filename 2014-03-05 10:19:11 +01:00
Scott González
162056b2aa Tabs: Removed tabs at bottom demo
Places tabs at the bottom is bad for accessibility. Dynamic content should not
precede the control for the content.
2014-02-19 16:58:01 -05:00
Jörn Zaefferer
39ef4afb3c Demos: Fix custom style tooltip demo
Fixes typo in 'transform' property, also removes unnecessary prefixes (based
on our browser support and caniuse.com data).

Fixes jquery/jqueryui.com#68
2014-02-12 20:34:21 +01:00
Jörn Zaefferer
d4865dcbcd Autocomplete: Update remote-jsonp demo with working geo webservice
The previous webservice now requires user credentials. The new one is also
in use in a jQuery Mobile demo.

Fixes #9764
2014-01-29 15:13:54 +01:00
Scott González
fa23894dff All: Quote CSS url() values
Closes gh-1172
2014-01-24 16:53:57 -05:00
Rafael Xavier de Souza
21154cfa2e All: Rename all files, removing the "jquery.ui." prefix;
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271;

Fixes #9464
Closes gh-1029
2014-01-24 18:22:49 -02:00
Rafael Xavier de Souza
1216e2aaf5 All: Wrap I18n files with UMD return exports
Ref #9464
Ref gh-1029
2014-01-24 18:22:31 -02:00
TJ VanToll
7429083065 Demos: Fixing broken links to effect demos 2014-01-17 10:25:04 -05:00
Scott González
8f267ee331 Droppable demos: Use ui-state-default for activation
Closes gh-1085
2014-01-15 05:03:53 -05:00
Dylan Barrell
0b28d597fe Autocomplete: Announce autocomplete correctly in all ATs.
Fixes #9631
Closes gh-1153
2014-01-14 11:09:49 +01:00
Corey Frang
d6815b7605 Demos: Fix broken links to themeroller 2013-12-09 08:54:22 -06:00
Felix Nagel
32b0936e40 Selectmenu: remove link element and adjust styles in custom renderer demo 2013-11-26 00:32:27 +01:00
Jörn Zaefferer
9a5f20bc7d Merge branch 'master' into selectmenu 2013-11-25 14:29:30 +01:00
Jörn Zaefferer
1bc5d08746 Demos: Add meta-viewport element for better 'mobile' testing 2013-11-25 14:24:19 +01:00
Jörn Zaefferer
b12cf01317 Demos: There can be only one button.js 2013-11-20 20:03:35 +01:00
Eric Dahl
32a00607f1 Demos: Fix small typos 2013-11-20 08:12:38 -05:00
Jörn Zaefferer
43772f3e5b Merge branch 'master' into selectmenu 2013-11-16 12:25:21 +01:00
Felix Nagel
ab2219b6ac Merge branch 'master' into selectmenu 2013-11-13 19:45:56 +01:00
Jörn Zaefferer
89ae7641b0 Autocomplete: Update categories demo again, use only public properties to update menu option 2013-11-13 19:17:51 +01:00
Jörn Zaefferer
14782c04e2 Autocomplete: Update categories demo to use menu's new items option to exclude custom headers from menu focus 2013-11-13 18:51:48 +01:00
Jörn Zaefferer
25e1418fa6 Menu: Add or modify some demo items to test multi-line items 2013-11-13 18:41:48 +01:00
Scott González
7e68945c2c Menu (icons demo): Removed anchors from menu items. 2013-10-24 13:22:03 -04:00
Jacob McCutcheon
df2c982640 Fixed spelling error delay-start.html 2013-10-22 05:22:09 -07:00
Felix Nagel
fab6b8883e Merge branch 'master' into selectmenu 2013-10-21 20:33:49 +02:00
onovy
b99f8258bf Demos: Fixed small typo. 2013-10-18 17:59:12 +02:00
Felix Nagel
e26e0df3af Merge branch 'master' into selectmenu 2013-10-10 00:08:49 +02:00
Kris Borchers
3a61627a50 Menu: Remove the requirement to use anchors in menu items 2013-10-05 21:52:30 -05:00
Felix Nagel
f2d06bf063 Selectmenu: add widthMenu and widthButton options 2013-09-29 15:33:14 +02:00
Felix Nagel
cf6dbd8b6b Merge branch 'master' into selectmenu 2013-08-31 03:12:22 +02:00
Pere Orga
441b7fc8c1 Demos/tests: Losslessly recompress PNG/GIF images. 2013-08-26 10:18:15 -04:00
Mohsen Ekhtiari
1c58573a95 Position demo: Added missing semicolon. 2013-08-12 10:54:16 -04:00
Felix Nagel
2290e30891 Selectmenu: Updating jQuery to 1.10.2. 2013-07-09 23:00:22 +02:00
Felix Nagel
05832d6b6a Merge branch 'master' into selectmenu 2013-07-09 22:55:35 +02:00
Bruno M. Custódio
0d5eaab9bb Updating jQuery to 1.10.2.
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.
2013-07-05 08:42:37 -04:00
Felix Nagel
9992d4626e Merge branch 'master' into selectmenu 2013-06-24 20:28:10 +02:00
Rafael Xavier de Souza
bfa553c42d Effects (core): Unite demos into the same single effect/ path 2013-06-22 12:05:31 -03:00
Rafael Xavier de Souza
d0c613d3a8 Effect: Give puff-effect and size-effect its own files. Previously, they were into scale-effect file. 2013-06-22 11:37:37 -03:00
Jörn Zaefferer
ffc7d310d4 Merge branch 'master' into selectmenu 2013-06-05 14:44:44 +02:00
Jörn Zaefferer
aaf75767fa Datepicker: Replicate fr-locale changes to the demo copy. Adjust unit tests to match the new lowercase names. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish 2013-05-31 10:35:44 +02:00
Felix Nagel
cccb8c6e82 Merge branch 'master' into selectmenu 2013-05-24 19:47:42 +02:00
Scott González
2121a1008a Sortable demo (portlets): Cleanup. 2013-05-16 10:08:47 -04:00
Scott González
0da5f9946d Revert "Position: Use absolute positioning when getting scrollbar width to avoid reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues."
This reverts commit 1d3b8ff78e.
2013-05-16 08:32:58 -04:00
Scott González
1d3b8ff78e Position: Use absolute positioning when getting scrollbar width to avoid reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues. 2013-05-16 06:26:03 -04:00
Felix Nagel
cb5f9bb9a2 Merge branch 'master' into selectmenu 2013-05-15 21:07:35 +02:00
Felix Nagel
255d4f6d0a Selectmenu; improve HTML building in custom render demo 2013-04-30 23:40:53 +02:00
Kris Borchers
a74b69e7c2 Progressbar: Add new download dialog demo 2013-04-30 10:08:56 -05:00
Felix Nagel
6640925db2 Merge branch 'master' into selectmenu 2013-04-29 23:40:26 +02:00
Felix Nagel
666927ba91 Selectmenu: add renderItemData method similar to autocomplete 2013-04-29 23:05:07 +02:00
Felix Nagel
c0fa69d927 Selectmenu: clean up default demo 2013-04-29 20:22:15 +02:00
Felix Nagel
e1590c4f45 Selectmenu: clean up custom render demo 2013-04-29 20:21:59 +02:00
Scott González
cc378433ab Position demo: Fixed usage of center positioning. 2013-04-25 12:58:53 -04:00
Felix Nagel
4efd006e26 Merge branch 'master' into selectmenu 2013-04-21 15:10:38 +02:00
Scott González
445ffd0acc Autocomplete demo: Use custom namespace for combobox. 2013-04-11 20:54:49 -04:00
Felix Nagel
73c7342bc4 Merge branch 'master' into selectmenu 2013-04-02 19:42:19 +02:00
Scott González
8ad8cea695 Datepicker demo (localization): Add English as an option. 2013-03-26 14:08:28 -04:00
Suhail Alkowaileet
53c88a76ab Datepicker demo: Corrected the Arabic word for Arabic. 2013-03-25 16:41:12 -04:00
Felix Nagel
1ce8d87f8b Merge branch 'master' into selectmenu 2013-03-19 19:59:31 +01:00
Corey Frang
38c7b1ca81 Demos: Updating to use instance method on bridge 2013-03-19 16:08:00 +01:00
Scott González
8bf5bc8bc8 Progressbar demo (label): Use absolute positioning for the label. Fixes #9163 - Progressbar demo: Incorrect presentation with progressbar label in IE9. 2013-03-18 13:05:57 -04:00
Scott González
4202ad0718 Autocomplete demo (combobox): Hide select on create. Fixes #9158 - Autocomplete Combobox demo shows underlying select by default. 2013-03-16 15:27:56 -04:00
TJ VanToll
ebd5f13027 Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox demo does not show Items 2013-03-16 11:02:57 -04:00
Felix Nagel
5a9a80f86c Selectmenu: improve custom render demo 2013-03-09 14:26:13 +01:00
Felix Nagel
e2235bd568 Selectmenu: simplify custom render demo inits 2013-03-09 14:24:12 +01:00
Felix Nagel
a6e2863a5c Selectmenu: simplify overflow selectmenu init in default demo 2013-03-09 14:18:48 +01:00
Felix Nagel
dffe8f6610 Merge branch 'master' into selectmenu 2013-03-03 13:48:01 +01:00
TJ VanToll
8655d91ac6 Sortable: Adding a min-width to the body on the portlet demo. Fixed #4485: Portlet demo is buggy. 2013-02-28 13:36:15 -05:00
Scott González
0cf875e5e3 Accordion demo: Clean up hoverintent implementation to avoid using jQuery.event.handle. Thanks Drew Waddell for pointing out the use of an undocumented/deprecated method. 2013-02-27 11:27:50 -05:00