Questions tagged [jquery-tooltip]

Tooltip implementation using the jQuery library.

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

218 questions
2
votes
4 answers

Appending or adding new text next to current tooltip text JQuery

I was wondering whether its possible to add new text next to or append text to existing text already on tooltip. For example, I have a div tag containing tooltip text like so;
body text…
Henry
  • 1,042
  • 2
  • 17
  • 47
2
votes
1 answer

Jquery Tooltip Plugin used to display on mozilla addon panel. Will it effect my review process by AMO reviewers?

I am using a jquery tooltip plugin to display the tooltip text in my addon panel. The jquery tooltip that am using in my addon is Lightweight jQuery Tooltip Plugin - TipTip My question is , Will this affect my addon review process by AMO reviwers?
Muthu
  • 337
  • 6
  • 19
2
votes
2 answers

jQuery Tooltip displaying extra div

I am new to jQuery and have been trying out the ToolTip Widget. When the tooltip is displayed, an extra div is also displayed under the content with the same text as the tooltip being displayed. This is undesired and I'm not sure how to get rid of…
Frinavale
  • 3,908
  • 10
  • 44
  • 74
2
votes
2 answers

Show tooltip at top using jquery

I am using this jquery tooltip to show the description for my link buttons. But this tooltip is getting displayed at the bottom and how can I display the tooltip at the top of my link button. https://jqueryui.com/tooltip/ HTML:
user3279082
2
votes
2 answers

Adding Tooltip on click of an item in navigation bar

I have a navigation bar as follows:
user2542428
2
votes
3 answers

JQuery tooltip is not disappearing after button click and show with other hover items

As you can see in image first gray button is clicked and than I put mouse on last button it hovers the Tooltip. Both are showing at the same time. Once the button is clicked tooltip will not disappeared until you on click something else. I have…
Ritesh Chandora
  • 8,382
  • 5
  • 21
  • 38
2
votes
2 answers

Showing and Hiding jQuery ui tooltip manually

I'm trying to show tooltip of on button click manually with jQuery ui tooltip. For that if I set like this for the first click alone its showing tooltip.But If I set title attribute with some…
Swarna Latha
  • 1,004
  • 12
  • 21
2
votes
1 answer

cancel jquery tooltip during dynamic loading of content

I'm using the jQuery tooltip to show content that is dynamically loaded (javascript below). In some cases when the mouse moves away from the element the tooltip doesn't go away. My theory is that the loading of the dynamic content introduces a…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
2
votes
2 answers

How to click on object in title with jQuery

I have a html form that have a jQuery plugin tooltip
' width='70' height='70' />ارسال پیام">
pencilvania
  • 276
  • 1
  • 4
  • 18
2
votes
1 answer

Tooltip in jquery calendar for disabled dates

I have created a calendar control using jquery ui with some restrictions on dates to be selected. My requirement is to show a tooltip on disabled dates like "Sorry this date is not selectable" . Is there any way around on this? PFB my…
Aquarius24
  • 1,806
  • 6
  • 33
  • 61
2
votes
4 answers

position tooltip caret at the center

I have the following tooltip: .tooltip { position: relative; margin-bottom: 0.5em; padding: 10px 10px; border-radius: 5px; bottom: 100%; min-width: 10em; width: 25%; font-size: 12px; line-height: 15px; font-size: 0.75rem; …
newbie
  • 1,023
  • 20
  • 46
2
votes
2 answers

Show image in jquery-ui tooltip based on href

All the usual caveats apply: I'm sure this has probably been addressed in another question, but I can't find the answer. I've a link, with href to an image. To this, I'm applying jquery UI's tooltip widget. The tooltip should then show the…
Toby Hope
  • 33
  • 1
  • 5
2
votes
1 answer

Long text in tipsy tooltips

I'm happily using tipsy for my d3.js graphs, but now I noticed that tipsy is cutting off text if it's too long. For instance the line containing the word CALCULATOR is cut off: Is there a way to extend the width of the tooltip or autosize it…
Matthias Braun
  • 32,039
  • 22
  • 142
  • 171
2
votes
1 answer

jQuery tooltip and drop-down (combo-box): Issue in IE 9

In IE 9, if I apply tool tip on drop down, it not allowed me to select any option.