aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tooltip
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Tooltip demo: Use static map instead of interactive map.Scott González2011-05-301-12/+5
|
* Tooltip demo: Removing stray periods.Scott González2011-05-291-2/+2
|
* Tooltip demo: Add note about interactive tooltips.Scott González2011-05-291-0/+1
|
* Tooltip demo: Small tweaks.Scott González2011-05-291-4/+4
|
* Tooltip: New delegation mixbag demo (still needs better name).Scott González2011-05-293-5/+1
|
* Tooltip: Change default collision detection to 'flip fit' since the default ↵Scott González2011-05-291-44/+62
| | | | vertical positioning is centered and can't flip
* Tooltip video player demo: Close tooltip on click of popup button.Scott González2011-05-291-2/+5
|
* Tooltip demos: Better tooltip content for custom animations.Scott González2011-05-281-3/+3
|
* Tooltip: Changed custom animation demo and changed the logic for showing ↵Scott González2011-05-281-17/+23
| | | | tooltips so custom position options can perform animations.
* Tooltip demos: Cleanup.Scott González2011-05-276-215/+248
|
* Promote menubar and popup to their own top level filesJörn Zaefferer2011-05-071-1/+1
|
* Tooltip/Popup: Improve video-player demoJörn Zaefferer2011-05-071-5/+15
|
* Popup/Tooltip: Fix tab order and add notifications (on select) inJörn Zaefferer2011-05-071-22/+41
| | | | video-player demo.
* Popup: Rename _close to close and use it when selecting something within a ↵Jörn Zaefferer2011-05-041-2/+6
| | | | popup.
* Tooltip: Replace offset property with inline my+offset to make it easierJörn Zaefferer2011-05-021-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 animationsJörn Zaefferer2011-05-021-2/+6
|
* Merge branch 'master' into tooltip-animationsJörn Zaefferer2011-05-022-1/+98
|\
| * Tooltip: Update demo descriptionJörn Zaefferer2011-05-021-1/+1
| |
| * Tooltip: Custom styles for video player demoJörn Zaefferer2011-05-021-0/+6
| |
| * Tooltip: Add video player demoJörn Zaefferer2011-05-022-1/+92
| |
* | Tooltip: Overhaul widget animations code to allow delay with plain show/hideJörn Zaefferer2011-05-021-3/+5
| |
* | Tooltip: Add support for delaying showing/hiding. Still need to figurejzaefferer2011-04-211-2/+4
| | | | | | | | out how to combine that with non-animated show/hide.
* | Custom tooltip animations based on widget-animations branch.jzaefferer2011-04-151-7/+4
|/