aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tooltip
Commit message (Collapse)AuthorAgeFilesLines
* All: Drop support for IE & some other browsers (but mostly IE)Michał Gołębiowski-Owczarek2024-05-151-2/+0
| | | | Closes gh-2249
* Update custom_render.html (#2242)mark van tilburg2024-04-255-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 APIsMichał Gołębiowski-Owczarek2019-12-081-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 widgetAlexander Schmitz2015-10-071-3/+5
| | | | This widget replaces the buttonset widget
* Tooltip: Turn of collision detection on forms demo for mobile renderingJörn Zaefferer2015-09-301-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 demosJörn Zaefferer2015-09-307-0/+7
| | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d
* Tooltip: Update demos to use AMDAlexander Schmitz2015-07-217-63/+14
| | | | Ref #10119
* Tooltip: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-202-3/+3
|
* Demos: Fix menu markup in tooltip video-player demoJörn Zaefferer2014-11-071-3/+3
|
* Build: Reorganize external directoryScott González2014-06-247-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 demoScott González2014-05-061-2/+2
| | | | Fixes a display issue in IE8.
* Tooltip demo: Reword dialog description for clarityTJ VanToll2014-05-051-1/+1
| | | | Closes gh-1233
* Tooltip demo: Add a menu to the playlist buttonJörn Zaefferer2014-04-241-1/+31
|
* Tooltip demo: We have no plans for interactive tooltipsJörn Zaefferer2014-04-241-1/+1
|
* Tooltip demo: Mention the option used in the track demoJörn Zaefferer2014-04-241-1/+1
|
* Tooltip demo: Position tooltips next to inputs instead of over inputsJörn Zaefferer2014-04-241-1/+6
|
* Demos: Adding <meta name="viewport"> tag for easier mobile browsingTJ VanToll2014-03-071-0/+1
|
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-057-7/+7
|
* Demos: Fix custom style tooltip demoJörn Zaefferer2014-02-121-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 Souza2014-01-247-42/+42
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Demos: Fix broken links to themerollerCorey Frang2013-12-093-3/+3
|
* Demos: Fix small typosEric Dahl2013-11-201-1/+1
|
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-057-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ódio2013-02-057-7/+7
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-177-7/+7
|
* Upgrade jQuery to 1.8.3.Scott González2012-11-147-7/+7
|
* Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever ↵Jörn Zaefferer2012-11-051-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 stylingJörn Zaefferer2012-10-241-1/+1
|
* Demos: Fixed titles.Scott González2012-10-081-2/+2
|
* Upgrade jQuery to 1.8.2.Scott González2012-09-207-7/+7
|
* Demos: Cleanup.Scott González2012-09-108-74/+21
|
* Tooltip demo: Remove leftover styles from popup widget.Scott González2012-08-261-5/+0
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-137-7/+7
|
* Effects: Renamed all files.Scott González2012-06-152-4/+4
|
* Tooltip: Add track optionJörn Zaefferer2012-06-141-21/+1
|
* Tooltip mouse tracking demo: Only track the mouse when the tooltip is opened ↵Scott González2012-06-131-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 Zaefferer2012-05-092-26/+13
| | | | demo). Fixes #7842
* Merge branch 'master' into position-notificationScott González2012-04-231-2/+2
|\ | | | | | | | | Conflicts: tests/unit/position/position_core_within.js
| * Fix various issues in our html files, first batchJörn Zaefferer2012-04-231-2/+2
| |
* | Tooltip: Update custom-style demo, remove the ugly padding that was hiding ↵Jörn Zaefferer2012-04-171-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ález2012-03-227-7/+7
|
* Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this ↵Jörn Zaefferer2012-01-041-29/+3
| | | | delete on the menubar branch, while development on master can continue without them.
* Upgrade jQuery to 1.7.1.Scott González2011-11-227-7/+7
|
* Tooltip: Add demo with custom tooltip style.Jörn Zaefferer2011-11-162-0/+112
|
* Upgrade jQuery to 1.7.Scott González2011-11-096-6/+6
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-186-6/+6
|
* Tooltip demo: Use position option in tracking demo.Scott González2011-10-081-6/+8
|
* Upgrade jQuery to 1.6.2.Scott González2011-07-256-6/+6
|
* Tooltip demos: Renamed delgation mixbag.Scott González2011-05-302-3/+7
|
* Tooltip: Pass the tooltip element in the open and close events.Scott González2011-05-301-12/+9
|