Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Migrate away from deprecated/removed Core APIs | Michał Gołębiowski-Owczarek | 2019-12-08 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Controlgroup: Inital commit of new widget | Alexander Schmitz | 2015-10-07 | 1 | -3/+5 |
| | | | | This widget replaces the buttonset widget | ||||
* | Demos: Add device-width viewport meta to all demos | Jörn Zaefferer | 2015-09-30 | 1 | -0/+1 |
| | | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d | ||||
* | Tooltip: Update demos to use AMD | Alexander Schmitz | 2015-07-21 | 1 | -12/+2 |
| | | | | Ref #10119 | ||||
* | Tooltip: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -2/+2 |
| | |||||
* | Demos: Fix menu markup in tooltip video-player demo | Jörn Zaefferer | 2014-11-07 | 1 | -3/+3 |
| | |||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 1 | -1/+1 |
| | | | | | | | 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 demo | Scott González | 2014-05-06 | 1 | -2/+2 |
| | | | | Fixes a display issue in IE8. | ||||
* | Tooltip demo: Add a menu to the playlist button | Jörn Zaefferer | 2014-04-24 | 1 | -1/+31 |
| | |||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -9/+9 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Demos: Fix small typos | Eric Dahl | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Demos: Cleanup. | Scott González | 2012-09-10 | 1 | -9/+2 |
| | |||||
* | Tooltip demo: Remove leftover styles from popup widget. | Scott González | 2012-08-26 | 1 | -5/+0 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Effects: Renamed all files. | Scott González | 2012-06-15 | 1 | -2/+2 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this ↵ | Jörn Zaefferer | 2012-01-04 | 1 | -29/+3 |
| | | | | delete on the menubar branch, while development on master can continue without them. | ||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | Tooltip video player demo: Close tooltip on click of popup button. | Scott González | 2011-05-29 | 1 | -2/+5 |
| | |||||
* | Tooltip demos: Cleanup. | Scott González | 2011-05-27 | 1 | -86/+104 |
| | |||||
* | Promote menubar and popup to their own top level files | Jörn Zaefferer | 2011-05-07 | 1 | -1/+1 |
| | |||||
* | Tooltip/Popup: Improve video-player demo | Jörn Zaefferer | 2011-05-07 | 1 | -5/+15 |
| | |||||
* | Popup/Tooltip: Fix tab order and add notifications (on select) in | Jörn Zaefferer | 2011-05-07 | 1 | -22/+41 |
| | | | | video-player demo. | ||||
* | Popup: Rename _close to close and use it when selecting something within a ↵ | Jörn Zaefferer | 2011-05-04 | 1 | -2/+6 |
| | | | | popup. | ||||
* | Tooltip: Replace offset property with inline my+offset to make it easier | Jörn Zaefferer | 2011-05-02 | 1 | -1/+1 |
| | | | | | to override the offset. Fixes the odd offset in the video player demo. Also doesn't need units. | ||||
* | Tooltip: update video player demo with custom animations | Jörn Zaefferer | 2011-05-02 | 1 | -2/+6 |
| | |||||
* | Tooltip: Update demo description | Jörn Zaefferer | 2011-05-02 | 1 | -1/+1 |
| | |||||
* | Tooltip: Custom styles for video player demo | Jörn Zaefferer | 2011-05-02 | 1 | -0/+6 |
| | |||||
* | Tooltip: Add video player demo | Jörn Zaefferer | 2011-05-02 | 1 | -0/+91 |