Top "Tooltip" questions

Tooltips are a GUI (Graphical User Interface) element which typically pops up when the mouse pointer is hovering over an item in the GUI and provides some contextual information or clarification.

How to create an SVG "tooltip"-like box?

Given an existing valid SVG document, what's the best way to create "informational popups", so that when you hover or …

popup svg tooltip
How should I add a tooltip to an ExtJS Component?

I'm making an ExtJS Component, and I want it to use a QuickTips tooltip. If I make an element using …

extjs tooltip
jQuery Tools Tooltip - Change Title

Got a problem with the jquery plugin Tools tooltip (http://flowplayer.org/tools/tooltip/index.html) I need to change …

jquery tooltip title jquery-tools
Multi-line tooltips in Java?

I'm trying to display tooltips in Java which may or may not be paragraph-length. How can I word-wrap long tooltips?

java swing tooltip
How to make bootstrap tooltip remain visible till the link is clicked

I have a link which I am going to use as notification when a user has some new notification I …

javascript twitter-bootstrap tooltip
Bootstrap Tooltip - Hide when another tooltip is click

I hope someone can help. I'm trying to hide the tooltip when another tooltip icon is clicked. It works but …

javascript jquery twitter-bootstrap tooltip
D3.js: Position tooltips using element position, not mouse position?

I'm using D3 to draw a scatter graph. I would like to show tooltips when the user mouses over each …

javascript d3.js tooltip
What is the easiest way to create an HTML, mouse over tool tip?

What is the easiest, cleanest way to create an HTML, mouse over tool tip without using tons of extra js …

html tooltip
customize highcharts tooltip to show datetime

I'm developing a project that is expected to show this graph: http://jsfiddle.net/Kc23N/ When I click a …

javascript jquery charts highcharts tooltip
Showing tool tip for every item in datagridview row when mouse is above it

How can you show the tooltip for datagridview for every item in datagridview when you hover mouse over the item …

c# .net winforms datagridview tooltip