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.
-2
votes
3answers
42 views
Bootstrap tooltip usage
I am adding bootstrap tooltip to my a tag like this :
jQuery('span.arUp a').attr("data-placement", "top");
jQuery('span.arUp a').attr("data-toggle", "tooltip");
jQuery('span.arUp ...
-1
votes
0answers
10 views
jQuery UI image tooltip from link
I need to show image tooltip from links, that point to images.
<a href="image.jpg">Image name</a>
When you hover over Image name, it should show image.jpg in tooltip.
tnx
1
vote
0answers
14 views
How to test tooltip for any mouse activity with selenium webdriver in java?
I'm trying to test a tool tip option for mouseover activity on a web image element. How to make sure whether the tool tip is being displayed or not ? here the problem is, in Mozilla, multi-line tool ...
0
votes
0answers
7 views
How can I get the tooltip text of a process in Ubuntu 12.04?
I have a process with a icon when it's running. I can see the tooltip text if I move my cursor over the icon. But I want to read that text in my code. So if I know the PID or name of that process, is ...
0
votes
1answer
65 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:
$(document).ready(function() {
...
0
votes
1answer
24 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
21 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
0answers
31 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
27 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
1answer
22 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 ...
0
votes
1answer
14 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
2answers
42 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");
...
2
votes
1answer
38 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 ...
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
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 ...
1
vote
0answers
22 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
33 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" ...
6
votes
1answer
69 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
65 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 ...
1
vote
4answers
63 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
3answers
81 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
0answers
15 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 ...
1
vote
1answer
60 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 ...
0
votes
1answer
38 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 ...
1
vote
0answers
42 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
22 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 ...
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
44 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 ...
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
3answers
51 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; ...
0
votes
0answers
37 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 ...
0
votes
0answers
17 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 ...
2
votes
2answers
46 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 ...
0
votes
1answer
51 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.
...
-1
votes
3answers
65 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?
-2
votes
1answer
100 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?
0
votes
1answer
44 views
display tooltip with true dbgrid in vb6
I need to display a tooltip in a specific column of a true dbgrid. Is there any way to do this? I'm working in vb6. Thanks in advance.
Giampaolo
6
votes
2answers
76 views
Jquery UI Tooltip moves out of parent div
I have a jQuery tooltip as given in the following link:
http://jsfiddle.net/ronnykroy/amYZW/2/
HTML:
<div id="parent">
<div id="child" title="It has been a very long text">
...
0
votes
1answer
66 views
Tooltip and RaphaelJS
I would like to create a tooltip on the rectangle and the tooltip remains the same when I'm on the text, as in the background.
I use the library and jquery RaphaelJS (tooltip).
var paper = new ...
0
votes
0answers
37 views
Easing to Tooltip Animation
5I'm trying to add easing (easeOutBack) to my tooltip's animation but without results. Is there a change to do it with that script? I just want to have fade animation with falling from top.
Fiddle: ...
0
votes
1answer
118 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 ...
0
votes
0answers
33 views
ToolTip like youtube style in video slider
Once upon a time seen a similar implementation for wpf but I can't find it now. Maybe someone knows and has seen similar examples?
http://prntscr.com/13jftg
2
votes
3answers
120 views
Rendering bug in Google Chrome at certain window widths
My users and I are running into a rendering glitch in Chrome only (on both Windows and Mac) where an overlaid div that I'm using for on-hover tooltip-style "popouts"(see first image below) does not ...
0
votes
1answer
49 views
Tooltip add second style
I have 2 tooltips on my page, I'm currently using the code below but I wanted to add a second 'rel=' somehow so I don't have to duplicate all the jQuery, the plan was to add one div with the tooltip ...
0
votes
0answers
35 views
How to get toolTip on CursorPosition not on MousePosition?
im working on code-editor (windows forms application) and I just want to ask how to get tooltip position instead of mouseposition will make it on cursor something like this 1:
Get current cursor ...
0
votes
0answers
41 views
How to generate Eclipse-CDT help book documentation from user documented code
I'm using Eclipse-CDT (Juno) v4.2.2 for my C++ development. Within Eclipse, if you goto
Project->Properties->C/C++ General->Documentation
you will see the following Help Books displayed as ...
0
votes
1answer
58 views
Jquery Tooltip .position on form items not working
My tooltips dont seem to be working correctly, I have made a small fiddle and tried out all other options but cant seem to get it to work, the form itself has around 50 form fields but I have only ...
0
votes
0answers
61 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 ...




