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

Change position of Tooltipster tooltip on image map

I'm using jQuery Tooltipster tooltips with an image map but can't quite get it to behave properly. The tooltips pop up, but in the top left corner of my browser. Using the "offset" option in the javascript file does move it, but I don't think that's…
Will Ryan
  • 1,815
  • 4
  • 19
  • 21
-1
votes
1 answer

Jquery Tooltipster - access DOM after ajax

I have some troubles with the jquery plugin Tooltipster and ajax : I click on a link to launch tooltipster -> ok I get a form with ajax -> ok I would like to interact with my form's input -> not ok Here is my code : var id =…
Galupo
  • 1
-1
votes
1 answer

tooltipster jQuery plugin not working if not div

I'm trying to use tooltipster jQuery plugin, but it doesn't work for or tag : I've just tried this simple code :
This div has a tooltip with HTML when you hover over it!
--> div works fine