Questions tagged [jquery-tooltip]

Tooltip implementation using the jQuery library.

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

218 questions
0
votes
1 answer

jQuery UI Tooltip delayed loading

When hovering over a link, I'd like to wait at least a second before showing a tooltip with dynamically loaded tooltip. What I've created is the follow jQuery Code: $(document).ready(function () { $("div#galleries ul li:not(.active) a").tooltip({ …
DominikAmon
  • 892
  • 1
  • 14
  • 26
0
votes
1 answer

Showing Tool-tip on mouse-over using Gridview

I have tool-tip that pops up on mouse over but what i would like to see is to show the tool-tip on specific column only like when i mouse over on column 2. Currently, the tool-tip is showing up on every column and that a bit distracting. Here is…
moe
  • 5,149
  • 38
  • 130
  • 197
0
votes
0 answers

do php task on closure of jquery tooltip

In my website I want to show tooltips on different parts of web page in order to guide user how that part work. So I am using simple jquery tooltip and fetching content of tooltip using ajax. Content contains some text,checkbox of "Do not show this…
sahar
  • 41
  • 6
0
votes
0 answers

Autosize jquery tooltip width to the longest line

Initially I create a jquery tooltip text like below: function setToolTipText(elemId, content) { $('#' + elemId).tooltip({ content: content, show: 'fade', hide: 'explode', position: { my: 'left…
Willy
  • 9,848
  • 22
  • 141
  • 284
0
votes
1 answer

Qtip2- tooltip with hidden element not shown

I´m using the http://qtip2.com/ tooltips. I want to use a hidden element, for that i´m using this code: