Questions tagged [jquery-tooltip]

Tooltip implementation using the jQuery library.

Tooltip implementation using the jQuery library without any external plugins or widgets.

218 questions
3
votes
2 answers

jQuery tooltip position after an ajax request

There's quite a bit that goes into this question so I'll try and keep it as simple as I can. basically I have a jQuery tooltip on a column of td's in a table. I do an ajax request to pull some data out and display it... I display a loading gif while…
John Ruddell
  • 25,283
  • 6
  • 57
  • 86
3
votes
2 answers

jQuery confliction after clone

I want to clone question mark with title. Everything works but when I hover over new question marks tooltip appears on first question mark. Any idea? I am using jQuery and tipsy tooltip. Demo here
click here
Fury
  • 4,643
  • 5
  • 50
  • 80
3
votes
0 answers

conditional non-delegated jQuery UI tooltip

Is it possible to create and display an ad hoc jQuery UI tooltip, from with a particular TD element's mouseenter eventhandler, conditionally, if the value of the cell is above a certain amount, say? The code would test the cell's value and…
Tim
  • 8,669
  • 31
  • 105
  • 183
3
votes
1 answer

Making jQuery tooltip appear when hovering over a div

I am struggling to get tooltips to work when I hover over a div. Here is the HTML markup:

Email

and for the jQuery I…
Sam Skirrow
  • 3,647
  • 15
  • 54
  • 101
3
votes
2 answers

How to hide the native tooltip in IE when using jQuery Tooltip?

Have a little problem again with my little application. you can find it here. In Chrome, Firefox, ... Everything runs fine. In Internet explorer there's a little issue. As i'm using jQuery UI ToolTip, the default tooltip may not be shown... In…
Tom V.
  • 51
  • 5
3
votes
1 answer

PHP + MySQL + Tooltip

I wanna show tooltip with query data in php. My php code is, echo "
".$row['name']."
"; My Script is, $(function() { $('.tooltip').tooltip({ content:function() { var id…
KarSho
  • 5,699
  • 13
  • 45
  • 78
3
votes
5 answers

how to add placeholder text in the filter box in datatable column headers

I have a prime faces datatable with few columns and have filteryBy attribute for all the columns. How do I add placeholder or watermark to provide hint for users. Any suggestions,will be appreciated thanks!
santa029
  • 329
  • 6
  • 10
  • 23
3
votes
2 answers

How do I show Tipsy tooltip on load and keep it shown?

I've just installed Tipsy Tooltip (http://onehackoranother.com/projects/jquery/tipsy/) script on my wordpress site, I'm just wondering how I go about showing the tooltip on page load and keeping it shown. This is the code I have so far;
Ben Goodman
  • 55
  • 2
  • 8
2
votes
1 answer

Is it possible to add tooltips to image's drawn on an HTML5 canvas?

I would like to draw a line or bar graph using HTML5 canvas. I would like to take in data from an outside source (or hardcode it in for testing purposes) draw the graph Hover over a node/bar and have a tooltip appear displaying the…
Reafexus
  • 333
  • 1
  • 4
  • 17
2
votes
1 answer

JQuery Title Attribute Tooltip - Remove Browser Tooltip

I have the following JQuery code for tooltip that uses the title attribute string. My problem is that the browser tooltip also shows up and I can't figure out how to work around this. function Tooltip() { Form.append('
user1002039
  • 860
  • 4
  • 17
  • 31
2
votes
4 answers

jQuery ajax tooltips: where to find a nice plugin?

I saw one perfect ajax tooltip at forum engine Xenforo (try mouseover on any topic and you'll see). I know it's made with jQuery. Maybe there are some nice plugins in internet like this. Appreciate any help!
Vitalii Ponomar
  • 10,686
  • 20
  • 60
  • 88
2
votes
5 answers

Increase the target area for jquery hover

On this page: http://thegoodgirlsnyc.com/index.html?page=about When the user rolls over the names of the team members, a tooltip comes up. Unfortunately if the user is not directly on the text it flashes. Is there any way to increase the target…
MLS1984
  • 307
  • 2
  • 6
  • 21
2
votes
1 answer

What is a Javascript ToolTip library that can do HTML formatting, positioning, and is reliable?

What is a good Javascript tooltip library that can do HTML formatting and positioning? jQuery tooltip plugin is said to be reliable but can it do HTML and positioning (such as bottom-center)? jQuery Tools's Tooltip can do it except it is only about…
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
2
votes
3 answers

jQueryUI Tooltip: Issues with IE select boxes

For the life of me I cannot figure this out. The jQueryUI tooltip feature (relatively new) works perfectly on absolutely everything, in every browser. Except select boxes in IE! It seems for some reasons that IE is reading every "option" element as…
Rαωs
  • 50
  • 6
2
votes
1 answer

How to change tooltip of a div tag through Javascript?

currently I am using Jquery to append text on to tooltip like this; $('#test').attr('title', $('#test').attr('title') + ' text to append'); What I would like to know is, how can I achieve this via javascript? Any help is welcomed, I did some…
Henry
  • 1,042
  • 2
  • 17
  • 47
1
2
3
14 15