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.

learn more… | top users | synonyms

0
votes
1answer
37 views

jquery tooltip not working afer load ajax content

I use this tooltip script that showen here: http://www.htmldrive.net/items/show/681/jQuery-and-CSS3-Simple-Tooltip.html this is what I use, same with few changes: ...
2
votes
1answer
20 views

Align Bootstrap's tooltip to the left of the element?

I am using Bootstrap's tooltip script and have a problem when I have the tooltip on text that gets truncated. I am using CSS to truncate the text, and then have a tooltip on that text so you can mouse ...
0
votes
1answer
21 views

Bootstrap Tooltips not getting called in Jquery

Bootstrap is working fine on the site, but for some reason I cannot figure out how to get tooltips happening. Maybe I am not calling it right? <div class="span3 app9downloadIcon ...
2
votes
1answer
3k views

ExtJS Quicktip constrains problem

I've got a column renderer defined that creates a HTML fragment which contains the ext.qtip attributes to create a quicktip. All works fine, the image renders in the grid cell, when i hover over the ...
0
votes
0answers
27 views

Offset not recalculating on scroll in IE

I have started at a new company and they've given me some jQuery that breaks in IE. For some reason the position of the tooltip isn't recalculating once you scroll up or down the page in Internet ...
0
votes
1answer
26 views

Tooltip-textbox in C#

I have applied a ToolTip to textbox in C# such that the textbox has to accept the name of the user. In the ToolTip, I have types the instructions that only alphabets are welcome in the textbox, which ...
0
votes
2answers
73 views

Flot tooltip on hover

I have the following code showing the graph using Flot. I want to get the mouse hover to show a tooltip with the values of days/quota <?php include("connect.php"); $FundName=$_POST["FundName"]; ...
0
votes
1answer
12 views

Can't get Bootstrap ToolTip working on column which has Popover assigned at row level

I am using DataTables to display data and on every row, I am adding some data so that whenever user hover over a particular row, he gets a popover with extra data like <tr id="123" class="Search ...
0
votes
0answers
6 views

retrieve tooptip text of the application minimized in the system tray on linux

Is there a way to programically retrieve tooptip text of any application (of my choice) minimized in the system tray on linux? I'm running Xfce. I'd be OK with any programming language/library/tool ...
1
vote
1answer
60 views

How to increase the width of a tooltip in tab panel?

Tooltip width is not enough to display text inside it. So how can i increase the width of tooltip. Here is my code Ext.onReady(function() { Ext.tip.QuickTipManager.init(); ...
0
votes
2answers
87 views

d3js force extending object for tooltip

Folks- I've been trying to add tooltips to a viz based on Mike Bostock's "Mobile Patent Suits" http://bl.ocks.org/mbostock/1153292 I extended the object from: {source: "Nokia", target: ...
0
votes
2answers
34 views

Add tooltip to GtkButton

I want to add a tooltip to a GtkButton. This seems like an easy thing to do, except I have no idea why is not working. What I have: 1) GtkButton* button = gtk_button_new_with_label("button"); ...
0
votes
1answer
13 views

Bind ToolTip.Content to a ProgressBar.Value in a DataTemplate

Tried many ways like defining the binding as RelativeSource=TemplatedParent, RelativeSource=FindAncestor, TemplateBinding and even ControlTemplate but the ToolTip remains blank. Note: not looking for ...
1
vote
4answers
62 views

passing what my mouse over is to function - javascript

I'm new to javascript so i'm not exactly sure how I can do this. Basically, in my website I have a kind of tooltip, that displays when hovering over certain input boxes. This is my javascript: ...
0
votes
0answers
55 views

jQueryTOOLS Tooltip on image click instead of mouse hover

Good morning. I've stumbled upon a little problem, if you could help me it'd be great. I've searched for Tooltips that support HTML content but most that I've found only support text passed by the ...
0
votes
1answer
79 views

Bootstrap Tooltip shows up under the element

The tooltip is showing under the element when I hover over it. The z-index of the element is 2, while the tooltip has 1030. I'm not sure what's going on. It's only for some elements too, even though ...
0
votes
1answer
156 views

Issue with Tiptip plugin in IE

We are using Jquery tip tip plugin of jquery for showing tool tips We have tree(using Jstree- lazy loading). the tree nodes will be opened only on clicking an expand all button. So the tree contents ...
2
votes
1answer
34 views

why my Foundation tooltip do not work

I want to use Foundation tooltip: http://foundation.zurb.com/docs/components/tooltips.html According to instructions: I put this code in body : <script> document.write('<script ...
1
vote
1answer
55 views

How to get tooltip to display using bootstrap after user selects text?

I am trying to get a tooltip to show after the user selects some text. After a few clicks within the appropriate div, I'm finding the order in which the tooltip appears gets reversed as it sometime ...
0
votes
1answer
22 views

Reset tooltip on close

I'm using jQuery UI's tooltip and ultimately, I'm trying to reset the tooltip back to it's first initial state. Since there doesn't seem to be a “reset” function, any idea how I can accomplish this? ...
1
vote
0answers
21 views

How to display tooltip next to selected text?

I am trying to show a tooltip (via qTip) when a user selects a piece of text. I am trying to get the tooltip to show up right next to the selected text. Any advice on how to accomplish this? The ...
0
votes
2answers
29 views

How to add a tooltip for just the background image of an input field with HTML and CSS

Is there a way to show a tooltip for just the background image of an input field? HTML [...] <tr> <td class="borderless right"> <label class="label-required" ...
1
vote
1answer
50 views

Trouble getting unique tooltip based on X axis values in highcharts line graph

I'm trying to make a graph in which points having different x axis values have different tooltip .The 1st two points of a series have the same tooltip even though their x axis values are different.i.e ...
6
votes
1answer
67 views

WPF: Custom tooltip arrow placement

I have a custom tooltip style that basically creates a nice black tooltip with an arrow pointing to the location of the item you hovered over. The problem is that sometimes the tooltip will not ...
1
vote
2answers
59 views

Display message on hover using CSS next to Star Rater unordered list

I am trying to show a unique message to the right of my star rater when each star is hovered over. I messed around with tooltips but they would follow the mouse, I want my message to be fixed. I tried ...
0
votes
1answer
14 views

jQuery ClueTip plugin not applying tooltips, no errors

I first had issues with it not being recognized at all by jQuery. It's like it just didn't hook on as a plugin. I moved the plugin into a seperate file and included it with a script tag (instead of ...
0
votes
1answer
35 views

Input from some text areas for highcharts tooltip

I am making a highcharts line graph in which tooltip for the points will be taken dynamically from the user through text areas placed inside a jQuery UI dialog.I have made 2 colums of text areas and i ...
4
votes
5answers
4k views

jQuery lightweight tooltip script recommendation

I am looking for a lightweight jQuery script for tooltips that is lightweight and can be easily used with image maps... Ideally it would automatically take the 'title' of each the area tag to function ...
1
vote
0answers
40 views

I am receiving an “invalid 'in' operand style” error when trying to add a tooltip feature to standalone SVG files

I am trying to add tooltips to a standalone SVG file but it is returning the following error: TypeError: invalid 'in' operand style [Break On This Error] if ( name in style ) { for the ...
0
votes
2answers
20 views

Forcing IDataErrorInfo.this[string columnName] to be called so that a validation tooltip is updated

I have a tricky problem with a WPF data grid and validation error tooltips not updating when validation messages change. This is with .Net 4 code, so I can't use INotifyDataErrorInfo. I have an ...
3
votes
4answers
6k views

jQuery tooltip onClick?

I have been looking for a long time now and can't seem to find a jQuery tooltip plugin that utilizes the following: onClick (Instead of hover, making it work like a toggle button) Fade In/Fade Out ...
0
votes
1answer
329 views

JQuery Mobile Slider Tooltip (dynamic)

How to use Tooltips with JQM Sliders? I would like to add Tooltips to my JQM Ranges (e.g. 1-5), saying at what point the ui-slider-handle is positioned ("Your choice: 3"). I've tried qTip: ...
9
votes
5answers
6k views

Add line break within tooltips

How to add line breaks within a HTML tooltip. I tried using <br/> and \n within the tooltip like <a href="#" title="Some long text <br/> Second line text \n Third line text">Hover ...
0
votes
3answers
49 views

jQuery Tooltip UI - trigger tooltip after x seconds

Here is what I have so far: <!DOCTYPE HTML> <html> <head> <title>Tooltip Testings</title> <meta http-equiv="content-type" content="text/html; ...
6
votes
3answers
2k views

jqplot format tooltip values

I want to have a tooltip hover highlight thingy in jqplot. The problem is that I want it to give more detail then on the axes. So the formatter should be different. I can't get it to display the ...
0
votes
0answers
17 views

Anchor Tooltip not showing up

I have a link in my page for which I want to change the text displayed when the user hovers over the link: <a id="mylink" runat="server" onmouseover="javascript:ShowAssignments();" ...
-1
votes
3answers
43 views

How to make tooltip display beside every image

I have several images that I applied jQuery tooltip effect on..it works, but the problem is that irrespective of the image i click the tooltip only displays at the top of the page. Is there a way I ...
1
vote
1answer
497 views

Open a div on click for each tooltip in Jquery

I am trying to get a tooltip for each portion on a location map. Using the code below, I am getting the tool tip for as many portions as I want. But the next step is to give a link in each tooltip and ...
0
votes
0answers
50 views

Twitter Boostrap tooltip on mouseenter event

To put you in situation, this is the problem: In my webapp I have a button that fires a boostrap popover and with the event 'show' of the popover makes an ajax call, p. e: $('#myModal').on('show', ...
-1
votes
0answers
45 views

creating a click event for the Tooltip [closed]

I had a tooltip in my Application Which gives on popping when there is a pending job for the employee But what I need now is Want to show the details of the pending jobs when I click the Tooltip ...
0
votes
1answer
117 views

Loading content into tooltip via ajax

I am using this Plugin to load content into tooltip via ajax. It is pretty simple to understand and start using it. This is my jsp page in which I want to load content dynamically into tool tip on ...
7
votes
4answers
8k views

How to display tooltips on jqplot pie chart

I have a jqplot pie chart with a legend and I would like to get the legend text to appear as a tooltip when the mouse hovers on the pies. I'm not sure how to do that. Does anyone have any experience ...
0
votes
0answers
33 views

VS2010 Report Viewer control does not showing tooltip

I have a report that displays an image in a matrix report's table column. The image has a tooltip associated with it. When I view the report in Report Manager it displays the tooltip. When I display ...
-1
votes
3answers
61 views

How to use bootstrap tooltip? [closed]

I have used bootstrap but tooltip is not working HTML: <a href="#" data-original-tittle="test" data-placement="right" rel="tooltip" target=" _blank"> hover me </a> or any jquery?
0
votes
0answers
14 views

How to set tooltip for jfreechart dialplot

With jfreechart dialplot, we can add dialtextannotation for it, but if the length of the text is too long, the dialplot is not able to show the whole text, so i want to set a tooltip for it, i search ...
0
votes
1answer
49 views

jQuery stop tooltip plugin displaying html

I would like my tooltip to stop displaying rendered HTML and the mark up instead. I noticed for displaying data in i.e. a repeater the following works fine. Using jQuery Tooltip plugin 1.3. ...
0
votes
2answers
41 views

jquery tooltip with delay on show

i wrote a very simple tooltip script with pre delay on show. but i have some problem with my code i dont want too show the tooltip that has less than 500 ms hover time but i have blink effect ...
-2
votes
1answer
97 views

CSS style for title attribute?

I have to give style to the title attribute of HTML element. How can we give styles to title attribute of an HTML element?
8
votes
5answers
32k views

Displaying tooltip on mouse hover of a text

I want to display a tooltip when the mouse hovers over a link in my custom rich edit control. Consider the following text: We all sleep at night . In my case the word sleep is a link. When the ...
1
vote
3answers
2k views

WPF- Changing Tooltip background to Transparent

I am attempting to make it so that when I hover over a button in my application, the "tooltip" displays my wording, along with a transparent background, instead of the white background. I am merely ...

1 2 3 4 5 42