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