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
1
vote
2 answers

Tooltipster .tooltipster('open') throwing error.

I am having problem with Tooltipster. Can't figure out why 'open' is not working, while according to documentation it should? I have setup it on jsfiddle HTML JS: $('#broken').on('click',…
lapkritinis
  • 2,664
  • 4
  • 19
  • 29
1
vote
2 answers

onclick event inside tooltipster

I'm using tooltipster with HTML content and need to hook onclick of an element within the HTML content. my code looks like this: $('.groups-tooltip').tooltipster({ contentCloning: true, trigger: 'custom', …
Jonatan44
  • 13
  • 3
1
vote
1 answer

Angular 2 tooltip plugin on svg elements

I would like to put a tooltip onto an element in my angular 2 project. I need this tooltip to be interactive with some text and a button. Therefore I want to use tooltipster (http://iamceege.github.io/tooltipster/) for this. I was using…
padr
  • 385
  • 1
  • 4
  • 16
1
vote
2 answers

Tooltipster content doubling up each time it is opened

I'm using Tooltipster to show a list of items that the user can click so as to enter the item into a textarea. When a tooltip is created, I get its list of items with selectors = $("ul.alternates > li"); However, each time a tooltip is opened the…
thekingsrook
  • 193
  • 1
  • 3
  • 14
1
vote
1 answer

jQuery Textarea-validation doesn't work

I'd like to validate a form with a textarea. So far so good. But when I try to initialize the textarea with the jQuery validate plugin nothing happens. The tooltip doesn't show up. I'm using tooltipster along with the jQuery-validate plugin. In the…
drpelz
  • 811
  • 11
  • 43
1
vote
1 answer

Tooltipster change title using jQuery

Okay I implemented Tooltipster successfully and I have created an image with the following title: Now I have need the title text to…
IkePr
  • 900
  • 4
  • 18
  • 44
1
vote
1 answer

Uncaught TypeError: $(...).tooltipster is not a function

I can't use the tooltipster library along with tablesorter one as it throws an error: Uncaught TypeError: $(...).tooltipster is not a function And my code: