Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Drop support for IE & some other browsers (but mostly IE) | Michał Gołębiowski-Owczarek | 2024-05-15 | 1 | -2/+0 |
| | | | | Closes gh-2249 | ||||
* | Update custom_render.html (#2242) | mark van tilburg | 2024-04-25 | 5 | -13/+13 |
| | | | | | This fixes mixed content errors on the selectmenu demo page at jqueryui.com. Closes gh-2242 | ||||
* | 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 | ||||
* | Tooltip: Turn of collision detection on forms demo for mobile rendering | Jörn Zaefferer | 2015-09-30 | 1 | -1/+2 |
| | | | | | Slighly improves the result by avoiding the tooltip ending up on top of the input. | ||||
* | Demos: Add device-width viewport meta to all demos | Jörn Zaefferer | 2015-09-30 | 7 | -0/+7 |
| | | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d | ||||
* | Tooltip: Update demos to use AMD | Alexander Schmitz | 2015-07-21 | 7 | -63/+14 |
| | | | | Ref #10119 | ||||
* | Tooltip: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 2 | -3/+3 |
| | |||||
* | 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 | 7 | -7/+7 |
| | | | | | | | 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: Reword dialog description for clarity | TJ VanToll | 2014-05-05 | 1 | -1/+1 |
| | | | | Closes gh-1233 | ||||
* | Tooltip demo: Add a menu to the playlist button | Jörn Zaefferer | 2014-04-24 | 1 | -1/+31 |
| | |||||
* | Tooltip demo: We have no plans for interactive tooltips | Jörn Zaefferer | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Tooltip demo: Mention the option used in the track demo | Jörn Zaefferer | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Tooltip demo: Position tooltips next to inputs instead of over inputs | Jörn Zaefferer | 2014-04-24 | 1 | -1/+6 |
| | |||||
* | Demos: Adding <meta name="viewport"> tag for easier mobile browsing | TJ VanToll | 2014-03-07 | 1 | -0/+1 |
| | |||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 7 | -7/+7 |
| | |||||
* | Demos: Fix custom style tooltip demo | Jörn Zaefferer | 2014-02-12 | 1 | -3/+1 |
| | | | | | | | Fixes typo in 'transform' property, also removes unnecessary prefixes (based on our browser support and caniuse.com data). Fixes jquery/jqueryui.com#68 | ||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 7 | -42/+42 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Demos: Fix broken links to themeroller | Corey Frang | 2013-12-09 | 3 | -3/+3 |
| | |||||
* | 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 | 7 | -7/+7 |
| | | | | | 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 | 7 | -7/+7 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 7 | -7/+7 |
| | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 7 | -7/+7 |
| | |||||
* | Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever ↵ | Jörn Zaefferer | 2012-11-05 | 1 | -0/+3 |
| | | | | overlapping the trigger. Also fix max-width for custom-content demo. Fixes #8739 - Tooltip: Default positioning on large items off. | ||||
* | Cleanup demos: Copy&paste errors in titles, bad descriptions or styling | Jörn Zaefferer | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Demos: Fixed titles. | Scott González | 2012-10-08 | 1 | -2/+2 |
| | |||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 7 | -7/+7 |
| | |||||
* | Demos: Cleanup. | Scott González | 2012-09-10 | 8 | -74/+21 |
| | |||||
* | 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 | 7 | -7/+7 |
| | |||||
* | Effects: Renamed all files. | Scott González | 2012-06-15 | 2 | -4/+4 |
| | |||||
* | Tooltip: Add track option | Jörn Zaefferer | 2012-06-14 | 1 | -21/+1 |
| | |||||
* | Tooltip mouse tracking demo: Only track the mouse when the tooltip is opened ↵ | Scott González | 2012-06-13 | 1 | -4/+7 |
| | | | | on hover. Don't let the positioning of one tooltip affect other tooltips. | ||||
* | Tooltip: Make demos more accessible (and less stupid, in case of the forms ↵ | Jörn Zaefferer | 2012-05-09 | 2 | -26/+13 |
| | | | | demo). Fixes #7842 | ||||
* | Merge branch 'master' into position-notification | Scott González | 2012-04-23 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: tests/unit/position/position_core_within.js | ||||
| * | Fix various issues in our html files, first batch | Jörn Zaefferer | 2012-04-23 | 1 | -2/+2 |
| | | |||||
* | | Tooltip: Update custom-style demo, remove the ugly padding that was hiding ↵ | Jörn Zaefferer | 2012-04-17 | 1 | -55/+46 |
|/ | | | | layout issues, use new position feedback API instead of position callout in more then just one place | ||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 7 | -7/+7 |
| | |||||
* | 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 | 7 | -7/+7 |
| | |||||
* | Tooltip: Add demo with custom tooltip style. | Jörn Zaefferer | 2011-11-16 | 2 | -0/+112 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 6 | -6/+6 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 6 | -6/+6 |
| | |||||
* | Tooltip demo: Use position option in tracking demo. | Scott González | 2011-10-08 | 1 | -6/+8 |
| | |||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 6 | -6/+6 |
| | |||||
* | Tooltip demos: Renamed delgation mixbag. | Scott González | 2011-05-30 | 2 | -3/+7 |
| | |||||
* | Tooltip: Pass the tooltip element in the open and close events. | Scott González | 2011-05-30 | 1 | -12/+9 |
| |