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
4
votes
2 answers

Tooltipster close button

I'm using tooltipster, and have a tooltip which shows when a menu button is clicked (this bit works OK). I'm having problems closing the tooltip with a close button within the tooltip though. I must be missing something pretty simple. HTML
Sarah
  • 121
  • 1
  • 6
4
votes
1 answer

Tooltipster plugin - position tooltip on center

I am using Tooltipster plugin(http://calebjacob.com/tooltipster/#demos) to display my tooltips on hover. However the tooltip is only displaying at the top/bottom of the element i am hovering. This is the code i have for displaying tooltip when hover…
Bogz
  • 565
  • 1
  • 10
  • 30
3
votes
1 answer

Tooltipster close all before opening a new one, click/hover combination

I'm using tooltipster to build some call-outs. I've some on click, some on hover. JS: var instances = $.tooltipster.instances(); $('.mgu-click').tooltipster({ functionBefore: function(instance, helper) { $.each(instances, function(i,…
Stiller Eugen
  • 681
  • 2
  • 10
  • 28
3
votes
1 answer

Tooltipster doesn't work with dynamically generated elements

I've been dealing with this problem for some days but I can't find the solution. I have a function in Javascript that generates HTML after an Ajax call is done and I call this function like this: $(document).ready(function() { …
Gammik26
  • 31
  • 1
  • 4
3
votes
1 answer

Tooltipster html content

I don't know for what reason but in tooltipster html content won't display. I encoded the html, added the option in the script but still a string. $(document).ready(function() { $('.tooltip').tooltipster({ contentAsHTML: true, …
Maverick
  • 876
  • 2
  • 12
  • 22
3
votes
2 answers

Tooltipster jQuery plugin and bootstrap together causing disappearing issue

I'm having an issue where if I apply the class "tooltip" to an object it will disappear, but this only happens when I'm using bootstrap and I'm wondering if anyone knows a workaround. I will provide examples of both. Here is without…
Mr.Smithyyy
  • 2,157
  • 12
  • 49
  • 95
3
votes
1 answer

Tooltipster maxWidth setting

Could someone please help me. I'm looking for a solution for setting a maxwidth on a Tooltipster tooltip bubble. I'm not talking about the area which activates the tooltip, I'm talking about the tooltip bubble itself. When I put a few sentences of…
Jonny
  • 31
  • 1
  • 2
3
votes
1 answer

Tooltipster not working very first time

I am using tooltipster in my gridview buttons to show dynamically generated table on mouseover event of button. But it is not working very first time and afterwards it works. Here is my code: var jobid1 = ''; var salesofficeid1 = ''; …
3
votes
1 answer

Tooltipster not working properly

I'm trying to code a chrome extension which highlights certain names and gives you additional information about the name inside a tooltip. Basically, I have an object with names and IDs like this: var list = { 'Name1' : 'ID0001', 'Name2' :…
3
votes
1 answer

I am receiving an “invalid 'in' operand style” error when trying to add a tooltip feature to standalone SVG files

I am trying to add tooltips to a standalone SVG file but it is returning the following error: TypeError: invalid 'in' operand style [Break On This Error] if ( name in style ) { for the following jquery-2.0.0 function: // return a css property…
2
votes
0 answers

tooltipster get value from span ID

I need to retrieve the value of the tag 'id' in a span when using the Tooltipster jQuery script. Below is the used code. When doing an alert on the variable 'id' to check, I get the result 'UNDEFINED'. Can anyone please advise how to get '1928_34'…
2
votes
2 answers

Tooltipster not working on mobile devices - Wordpress

Tooltipster jquery plugin is loaded to trigger tooltips "on hover" state. When on a mobile device, the "hover" trigger does not load - I would therefore like to change the trigger to "click" when on mobile devices. I have tried the following edit…
user1426583
  • 309
  • 3
  • 9
  • 25
2
votes
1 answer

Change css of a tooltip div using jquery

On my webpage, I have number of icons over which a tooltip is applied. What I want is, change the background color according to the icon color. I cannot make changes in the main file. Can anyone tell me how can I change the background color of the…
Neha
  • 143
  • 4
  • 19
2
votes
2 answers

tooltip with scrollbar using tooltipster

I have to use bind html inside tooltip using tooltipster jquery. But I have to bind more data inside tooltip. How to implement scrollbar inside tooltip using tooltipster jquery? I have to tooltipster jquery and tooltipster css. I have used code…
user2447562
  • 3,431
  • 2
  • 16
  • 15
2
votes
1 answer

Tooltipster plugin to work on elements in an SVG object file

I've been using the Tooltipster plugin for various elements on my website (recommend this plugin btw) and I've decided that I'd like to use it on elements within an SVG object file but this is turning out to be a lot more difficult than first…
user3364730
  • 243
  • 1
  • 5
  • 16
1
2
3
12 13