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

Best way to set tagged HTML as Tooltipster content

Tooltipster can take a string as content. For example, var myHTML = "Hello world"; instance.content(myHTML); But the content cannot include HTML tags. You can't use this var myHTML = "Hello world"; although this var myHTML = "Hello…
JPM
  • 2,029
  • 2
  • 24
  • 27
0
votes
2 answers

Arrow position incorrect based on "side:['top','bottom']"

I have implemented the latest version of tool tipster plugin at takeitdown ( scroll to "supporters" and click on names) and I have set the following options { contentCloning: true, trigger: 'click', theme: 'tooltipster-borderless', maxWidth:…
Kendall
  • 5,065
  • 10
  • 45
  • 70
0
votes
1 answer

XML namespace breaks tooltipster with XHTML

This jQuery tooltipster in a .XHTML file works fine Sandbox
JPM
  • 2,029
  • 2
  • 24
  • 27
0
votes
1 answer

Tooltipster not working for element twice on single page

This is my first time here. Hoping you guys will be able to help. I'm not very adept at programming mind you. So I'm using http://iamceege.github.io/tooltipster/ I've got this to work with an image where hovering over this image causes a simple…
Lach
  • 3
  • 2
0
votes
1 answer

How to show tooltip on select option hover using tooltipster plugin?

I'm new to jQuery, how can I show tooltip on select option hover using tooltipster plugin? As title attribute not working in IE 11 for selected above options (a bug in IE). I found that from tooltipster we can achieve this. But I don't know any…
0
votes
1 answer

Javascript tooltip unexpected text wrapping (Tooltipster)

I'm using the javascript library tooltipster and I don't know why the text is wrapping in the tooltip box. HTML:
H.Scheidl
  • 815
  • 3
  • 11
  • 25
0
votes
1 answer

Tooltipster - Ignoring Javascript options

I'm currently using Tooltipster for some tooltips. It works 'fine', when I place 'tooltip' class in the element (Ok, it's needed) and data-tooltip as well. My problem is that I want to give this element a HTML tooltip (aligned text and colours).…
bmfteixeira
  • 124
  • 1
  • 12
0
votes
0 answers

Dynamic content not shown after Ajax

This question is related to this one. I'm using Tooltipster JQuery plugin to show tooltips on my website like: HTML
Hover me!
JS