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 multiple tooltips within a single tooltip

ok so i got tooltipster to show a tooltip within a tooltip thanks to louisameline, the issue i'm having now is to get each individual line within the first tooltip to have a seperate tooltip of its own heres what i have upto…
Talonos
  • 3
  • 2
0
votes
4 answers
0
votes
2 answers

Tooltipster plugin not firing jquery function when button or any click even occur

I want to use Tooltipster plugin which click an element in the body to show the tooltip and I want to have a close button inside the tooltip to close it. However I use Jquery click() function to handle it but it won't fired. I tried the solution…
0
votes
2 answers

Javarscript issues with dynamic tooltipster

I'm using Tooltipster which seems to be a nice jquery plugin. Regardless I need to have my tooltips dynamic, which I don't believe should be that difficult. However I wrote a script and maybe it's because I'm tired or I don't know the simplest of…
Chad
  • 643
  • 2
  • 11
  • 22
0
votes
1 answer

Issue using Jquery Validate + Tooltipster to validate radio buttons

I'm using the Jquery Validation Plugin and Tooltipster Plugin based in the example found in this post. Both plugins works fine together validating must the input types, but when i try to validate a pair of radio buttons clicking the submit button,…
0
votes
1 answer

Tooltipster plugin not firing jquery function when link in in the tooltip is clicked

I am using a jquery plugin called Tooltipster ( http://calebjacob.com/tooltipster/) and I am insterting some HTML into the tip which contains an href. If I click the link the page is opened as I expect. However, if I try to use that same href, add…
Rob
  • 333
  • 5
  • 25
0
votes
1 answer

jQuery : load a plugin using on function

I'm using jQuery and Tooltipster (showing tooltips when going hover user names), which are working great except for one situation : when I first go hover a user name, it does not show up.
Firstname Lastname
Here is my jQuery…
titibouboul
  • 1,348
  • 3
  • 16
  • 30
0
votes
1 answer

How to make tooltip work from elements outside the function itself?

I am creating a map with points on it from a tooltip when hovered the tooltip works. I wondered how easy it would be to make the tooltips work from an outside nav bar so when you hoiver over the nav item its specific tooltip on the map works. I…
M dunbavan
  • 1,157
  • 5
  • 22
  • 57
0
votes
1 answer

I don't think my variables are being passed to jQuery

I'm trying to change the offset based on the State that is currently being hovered over and pass the two attributes ("data-doff" and "data-yoff") to the tooltipster plugin so that when you hover over a state, the name pops up in the tooltip in the…
stephmoreland
  • 4,053
  • 3
  • 21
  • 22
0
votes
2 answers

Tooltipster jQuery load issue in Wordpress

I'm trying to add this Tooltipster script to my Wordpress site and have an issue with jQuery loading. The instruction from the site says that this code should be added to the head tag (links to files are already modified for my site):
alex
  • 5
  • 5
0
votes
1 answer

How to get the text within a span in a tooltip via jQuery?

I am trying to get the text within a span to be the 'content' of a tooltip using the Tooltipster jQuery plugin. A description of the available parameters for the 'content' option can be seen…
user1063287
  • 10,265
  • 25
  • 122
  • 218
0
votes
1 answer

Jquery Tooltipster with Validate - Warning? Non-standard document.all property was used

I am looking to use the Jquery Validate combined with Tooltipster in a similar way to the example provided by Sparky on Feb 7th '13: How to display messages from jQuery Validate plugin inside of Tooltipster tooltips? The difference being that the…
Martin Sansone - MiOEE
  • 4,281
  • 1
  • 29
  • 31
0
votes
1 answer

Kendo UI Tabstrip and jQuery Tooltipster Overlapping issue

I'm using MVC4,Kendo tabstrip along with jQuery Tooltipster for showing validation messages. My issue is the validation message from Tab 1 is getting overlapped on Tab 2 due to z-index. I have tried setting z-index for tooltipster-base but isn't…
Vishal Vaishya
  • 596
  • 3
  • 15
0
votes
1 answer

JQuery-Plugin-Tooltipster: "onlyOne" does not work if an Element with tooltip got child with additional tooltip

PARENT!
CHILD!
If you hover the child element directly, all cascaded tooltips will…
Marvin Emil Brach
  • 3,984
  • 1
  • 32
  • 62
0
votes
1 answer

JQuery Tooltipster Delay On Click

I have a JQuery slideshow on my home page that displays a tooltip (using the plugin Tooltipster http://calebjacob.com/tooltipster/), each time you hover over one of the slideshow images. What I want to do is delay the loading of Tooltipster every…
1 2 3
12
13