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
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
Jörn Zaefferer
67f564014a
Tooltip demo: Add a menu to the playlist button
2014-04-24 14:02:09 +02:00
Jörn Zaefferer
a40647f0e5
All: Rename jquery.js to exclude version in filename
2014-03-05 10:19:11 +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
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
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
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
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
daadc343be
Upgrade jQuery to 1.6.2.
2011-07-25 11:46:45 -04:00
Scott González
a1f9ca7248
Tooltip video player demo: Close tooltip on click of popup button.
2011-05-29 09:13:35 -04:00
Scott González
c34a814a4b
Tooltip demos: Cleanup.
2011-05-27 20:52:13 -04:00
Jörn Zaefferer
cd92ad09f5
Promote menubar and popup to their own top level files
2011-05-07 16:22:04 +02:00
Jörn Zaefferer
a2674a2c6b
Tooltip/Popup: Improve video-player demo
2011-05-07 15:18:29 +02:00
Jörn Zaefferer
2cf85da23f
Popup/Tooltip: Fix tab order and add notifications (on select) in
...
video-player demo.
2011-05-07 00:43:07 +02:00
Jörn Zaefferer
b96126b398
Popup: Rename _close to close and use it when selecting something within a popup.
2011-05-04 11:14:32 +02:00
Jörn Zaefferer
0496a50238
Tooltip: Replace offset property with inline my+offset to make it easier
...
to override the offset. Fixes the odd offset in the video player demo.
Also doesn't need units.
2011-05-02 18:22:00 +02:00
Jörn Zaefferer
56a1b18246
Tooltip: update video player demo with custom animations
2011-05-02 13:15:54 +02:00
Jörn Zaefferer
0c674ca7e3
Tooltip: Update demo description
2011-05-02 13:01:27 +02:00
Jörn Zaefferer
0f24c5a5c9
Tooltip: Custom styles for video player demo
2011-05-02 12:43:22 +02:00
Jörn Zaefferer
f270d48786
Tooltip: Add video player demo
2011-05-02 12:34:26 +02:00