Questions tagged [tooltipster]

A jQuery plugin by Caleb Jacob enabling you to create semantic tooltips enhanced with the power of CSS.

A jQuery plugin by Caleb Jacob enabling you to create semantic tooltips enhanced with the power of CSS.

https://iamceege.github.io/tooltipster/

186 questions
0
votes
1 answer

Tooltipster show after 3 seconds delay on second hover

I want to show tooltipster tooltip after some delay on second time hover Somehow, I managed to disabled tooltip on second hover. But I want to show tooltip on second hover but after some delay. find fiddle demo This is the code: …
Ganesh Yadav
  • 2,607
  • 2
  • 29
  • 52
0
votes
1 answer

tooltipster.js: title is removed when tooltipstered

Here's another clue: https://jsfiddle.net/68umt5b3/ Please note, that title of is getting lost after first hovering. How can I preserve it? Thanks!
AmazingDayToday
  • 3,724
  • 14
  • 35
  • 67
0
votes
1 answer

tooltipster.js: Tooltip getting overlayed on one another

Here's the JSFiddle: https://jsfiddle.net/68umt5b3/ As you notice, tooltips are getting changed, but they overlay on one another. Removing 'multiple: true' helps, but my MAC gets overloaded and browser crashes, saying: Tooltipster: one or more…
AmazingDayToday
  • 3,724
  • 14
  • 35
  • 67
0
votes
1 answer

Element shown as text in Tooltipster (tooltipster.js)

I am using Tooltipster.js to apply a fancy tooltip. The problem is that when I set a text in the tooltip, it gets rendered as it is, which I don't want. I want it to show as a rendered html. E.g. This is my code: var total =…
AmazingDayToday
  • 3,724
  • 14
  • 35
  • 67
0
votes
2 answers

Custom styled arrows Tooltipster

I'm using tooltipster with custom styling. But I need the arrow to be bigger (30px in stead of default 7/8px). But when I create the custom css the arrows look great, but the position of the tooltip is wrong and overlaps the hotspot. (still based on…
Jeroen
  • 307
  • 1
  • 6
  • 17
0
votes
1 answer

using tooltipster to display tool tips as part of innerHTML for a div

I am using tooltipster to generate tool tips. All works fine except in the situation where I need to set the contents of a div based on user input using a simple JavaScript function. The div contents consists of images, when hovering over each…
0
votes
1 answer

How to display messages from jQuery Validate plugin inside of Tooltipster tooltips FOR SELECT INPUTS?

I am using the Tooltipster plugin to display form errors generated by the jQuery Validate plugin, however i cant get it to display error's for select inputs
0
votes
1 answer

How to add click event to tooltipster plugin, to hide selected elements

Hello I have a few elements with class .tooltip. Each of them should be hidden after it's tooltip is clicked, but i don't know how to target specific element, which trigerred tooltip. Element should be hidden after it's tooltip is clicked. jsfiddle…
Dariusz Sikorski
  • 4,309
  • 5
  • 27
  • 44
0
votes
2 answers

Use Mithril and Tooltipster

I'd like to include interactive content in a tooltip [that's created using Tooltipster]. A simple example: $('a').tooltipster({ contentAsHTML: true, content: 'Tooltip click me', theme: 'tooltipster-light', …
0
votes
0 answers

Only one of two Tooltipster hovers show up in IE9

I'm using the Tooltipster plugin on my Boostrap site. I have tooltips in two different spots right next to each other on the page. When testing locally and through emailonacid.com, both tooltips show up as expected. However, in IE9/IE8, only the one…
DLev
  • 123
  • 1
  • 11
0
votes
2 answers

Tooltipster suddenly not working

I've been dabbling with jQuery plugins for a site I'm building that requires tooltips. The tooltips use AJAX to supply data when hovered and it was all working fine and dandy until I added a tooltip section for items. After adding the code and…
Miranda Roberts
  • 341
  • 1
  • 13
0
votes
1 answer

jquery validation with tooltipster error message placement issue for multiple checkbox

I'm using jquery validate with the tooltipster to show the error messages as tooltips instead of default. The issue I'm having is the error message placement for multiple checkboxes. I want to show on the main label(which is Location in this case)…
vin2527
  • 15
  • 6
0
votes
1 answer

Tooltipster jquery plugin: position of tooltip on absolute positioned image

I'm using the jquery tooltipster plugin (https://iamceege.github.io/tooltipster/) and I'm having a problem with the positioning. I place images on a map and position them absolutely. I want the tooltip to appear at the bottom, but I can't get it to…
StevenCl
  • 47
  • 6
0
votes
0 answers

tooltipster dynamic content does not work

i'm very frustrated, because i can't find the answer how can i show tooltip with ajax dinamic content. If i use static contet it works, but it doesn7t work with dinamic contect. Can you please help me? Here is my tooltipster script:
0
votes
0 answers

Using Anything Slider with Tooptipster

I have an odd problem. I’m using the Anything Slider in conjunction with Tooltipster to create face tags on images. Initially I could not get both to work together, either one worked or the other but not both. I figured this was due to a conflict…
Pedro
  • 11