mark van tilburg
28895912d7
Update custom_render.html ( #2242 )
...
This fixes mixed content errors on the selectmenu demo page at jqueryui.com.
Closes gh-2242
2024-04-25 23:53:11 +02:00
Michał Gołębiowski-Owczarek
98b539171b
All: Migrate away from deprecated/removed Core APIs
...
Summary of the changes:
* Build: Add jQuery 3.2.0-3.4.1 to versions UI can be tested against
* Build: Load jQuery & Migrate via HTTPS
* Build: Add package-lock.json to .gitignore
* Build: Update jQuery Migrate from 3.0.0 to 3.1.0
* Build: Allow to run tests against jQuery 3.x-git
* Build: Fix formatting according to JSCS rules
* Build: Disable JSCS for the inlined jQuery Color
* All: Switch from $.isArray to Array.isArray (jQuery.isArray will be
removed in jQuery 4.0)
* All: Switch from `$.isFunction( x )` to `typeof x === "function"`
(jQuery.isFunction will be removed in jQuery 4.0)
* All: Inline jQuery.isWindow as it'll be removed in jQuery 4.0
* Effects: Fix a timing issue in a variable declaration. Previously,
a jQuery object was created, chained & assigned to a variable that
was then accessed in a callback used inside of this chained
definition. Due to a timing difference in when the callback fired for
the first time in latest jQuery master, it was being called before
the variable was defined.
* Tests: Make dialog & draggable unit tests less strict (newest jQuery
returns fractional results in some cases, making comparisons fail when
there's a tiny difference)
* All: Migrate from $.trim to bare String.prototype.trim (jQuery.trim
will be deprecated in jQuery 3.5)
Closes gh-1901
2019-12-08 22:23:08 +01:00
Alexander Schmitz
40a9d1dfdb
Controlgroup: Inital commit of new widget
...
This widget replaces the buttonset widget
2015-10-07 10:57:59 -04:00
Jörn Zaefferer
c02f59981f
Tooltip: Turn of collision detection on forms demo for mobile rendering
...
Slighly improves the result by avoiding the tooltip ending up on top of
the input.
2015-09-30 17:07:39 +02:00
Jörn Zaefferer
5cbb419f24
Demos: Add device-width viewport meta to all demos
...
Ref 343c265172
2015-09-30 17:07:38 +02:00
Alexander Schmitz
b60694ee30
Tooltip: Update demos to use AMD
...
Ref #10119
2015-07-21 11:00:42 -04:00
Alexander Schmitz
24f1ce9ea0
Tooltip: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:57 -04:00
Jörn Zaefferer
c521ebc8f6
Demos: Fix menu markup in tooltip video-player demo
2014-11-07 11:56:38 +01: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
TJ VanToll
dfb8db2f09
Tooltip demo: Reword dialog description for clarity
...
Closes gh-1233
2014-05-05 21:41:11 +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
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
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
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
Corey Frang
d6815b7605
Demos: Fix broken links to themeroller
2013-12-09 08:54:22 -06:00
Eric Dahl
32a00607f1
Demos: Fix small typos
2013-11-20 08:12:38 -05: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
Bruno M. Custódio
b440979ba6
Updating 'jQuery' to 1.9.1.
2013-02-05 13:47:59 +00:00
Kris Borchers
34409e7ddd
Updating to jQuery 1.9.0
2013-01-17 00:28:41 -06:00
Scott González
fb6119e182
Upgrade jQuery to 1.8.3.
2012-11-14 15:22:01 -05:00
Jörn Zaefferer
1d9eab1ead
Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever overlapping the trigger. Also fix max-width for custom-content demo. Fixes #8739 - Tooltip: Default positioning on large items off.
2012-11-05 19:05:58 +01:00
Jörn Zaefferer
88bfb7572d
Cleanup demos: Copy&paste errors in titles, bad descriptions or styling
2012-10-24 12:47:01 -04:00
Scott González
77568347cf
Demos: Fixed titles.
2012-10-08 17:42:56 -04:00
Scott González
a638acb583
Upgrade jQuery to 1.8.2.
2012-09-20 21:41:47 -04:00
Scott González
303f20e1b3
Demos: Cleanup.
2012-09-10 11:33:46 -04:00
Scott González
e318e5b224
Tooltip demo: Remove leftover styles from popup widget.
2012-08-26 18:07:04 -04:00
Scott González
1e6b2b2298
Upgrade jQuery to 1.8.0.
2012-08-13 09:19:09 -04:00
Scott González
92fb5567a2
Effects: Renamed all files.
2012-06-15 12:47:12 -04:00
Jörn Zaefferer
5c2cf39dff
Tooltip: Add track option
2012-06-14 12:38:13 -04:00
Scott González
a47f5dc4f2
Tooltip mouse tracking demo: Only track the mouse when the tooltip is opened on hover. Don't let the positioning of one tooltip affect other tooltips.
2012-06-13 05:07:26 -04:00
Jörn Zaefferer
f76fbb8901
Tooltip: Make demos more accessible (and less stupid, in case of the forms demo). Fixes #7842
2012-05-09 22:14:55 +02:00
Scott González
0f575e03bb
Merge branch 'master' into position-notification
...
Conflicts:
tests/unit/position/position_core_within.js
2012-04-23 16:33:34 -04:00
Jörn Zaefferer
878eb54a14
Fix various issues in our html files, first batch
2012-04-23 18:29:35 +02:00
Jörn Zaefferer
db592b787e
Tooltip: Update custom-style demo, remove the ugly padding that was hiding layout issues, use new position feedback API instead of position callout in more then just one place
2012-04-17 09:57:17 +02:00
Scott González
89ff5c5232
Upgrade jQuery to 1.7.2.
2012-03-22 09:45:22 -04:00
Jörn Zaefferer
85348eeebe
Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this delete on the menubar branch, while development on master can continue without them.
2012-01-04 16:42:16 +01:00
Scott González
54fb1441fe
Upgrade jQuery to 1.7.1.
2011-11-22 08:43:09 -05:00
Jörn Zaefferer
b81259652b
Tooltip: Add demo with custom tooltip style.
2011-11-16 18:42:38 +01:00
Scott González
50dab05784
Upgrade jQuery to 1.7.
2011-11-09 10:18:33 -05:00
Scott González
efe964d86e
Upgraded jQuery to 1.6.4.
2011-10-18 09:38:27 -04:00
Scott González
647bab506e
Tooltip demo: Use position option in tracking demo.
2011-10-08 07:36:48 -04:00
Scott González
daadc343be
Upgrade jQuery to 1.6.2.
2011-07-25 11:46:45 -04:00
Scott González
2a27499ee4
Tooltip demos: Renamed delgation mixbag.
2011-05-30 19:07:40 -04:00
Scott González
e530d06c98
Tooltip: Pass the tooltip element in the open and close events.
2011-05-30 18:42:06 -04:00
Scott González
e5186dc930
Tooltip demo: Use static map instead of interactive map.
2011-05-30 15:55:59 -04:00