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
2
votes
1 answer

How to test anonymous local functions with Jasmine

I have the following construct inside the link function of a directive in my Angular code (the tooltipster library can be found under http://iamceege.github.io/tooltipster/): scope.$on(MY_EVENTS.DATA_RETRIEVED, function(event) { …
Richard
  • 479
  • 1
  • 8
  • 19
2
votes
2 answers

Adding event listener on a replaced HTML DOM

I am using the tooltipster jquery plugin to show title in a nicer way. In my site there is a link with two classes .fav tooltip The .tooltip is use to take the…
rakibtg
  • 5,521
  • 11
  • 50
  • 73
2
votes
1 answer

Using same tooltipster-tooltip on dynamic elements for dynamic contents

I really like tooltipster, but I have a question now: I will generate a dynamic list of items and on each item should be a tooltip. The content of this tooltip should be dynamic with an ID, which I send through tooltip to the page inside the…
ayssono
  • 61
  • 1
  • 6
2
votes
3 answers

Showing Tooltipster Tip With Both Focus & Hover

We are utilizing the tooltipster plugin to display a tooltip over an info icon. This works fine on hover. But we also need to have it show if someone tabs to the info icon too. I can't seem to find any examples of how to enable the popup on both…
eat-sleep-code
  • 4,753
  • 13
  • 52
  • 98
2
votes
1 answer

tooltipster.js: My link disappeared

My links in the menu disappeared when I used class="tooltip":
  • Start
  • Have a look: http://www.habeck-dental.ch/neu/ There should be the word START in the menu. The tooltip…
    user4487154
    2
    votes
    1 answer

    angularjs, tooltipster - mouseenter issues

    I'm using angularjs with tooltipster (http://iamceege.github.io/tooltipster/); I want to make a page where if you hover on text, an image is displayed (googleapis.com http request). However, there are a couple of issues: When I hover over an text…
    uglycode
    • 3,022
    • 6
    • 29
    • 55
    2
    votes
    2 answers

    Tooltipster not working properly in the beginning

    I am using the tooltipster plugin tool where I got gantt chart drawn with some td given id. So, which ever id is defined and the mouse over it will get ajax data and show accordingly. Below is snippet of my codes. Issue here is that the tool tip…
    user2711681
    • 285
    • 7
    • 16
    2
    votes
    1 answer

    Tooltipster not applied to Knockout dynamic elements

    I'm trying to get tooltipster tooltips on some dynamic content generated from knockout. It's a simple list that has a name and edit/delete buttons (which I want the tooltip on). It's populated via a call to Parse.com but I've recreated a simplified…
    akevan
    • 691
    • 1
    • 9
    • 21
    2
    votes
    1 answer

    controlling tooltipster tooltip position for a radio group

    I have tooltipster setup to show my validation messages and by far they work well except for one case. I have a set of radio buttons and picking Yes from Yes/no is mandatory.So I have setup a jquery validation method for the same .When I debug…
    Chetya
    • 1,267
    • 1
    • 17
    • 31
    2
    votes
    2 answers

    Dynamically change only one element in tooltip title using tooltipster

    I have a set of options in a tooltipster title attribute, like follow:
    afazolo
    • 382
    • 2
    • 6
    • 22
    1
    vote
    0 answers

    How to disable Tooltipster using JQuery

    some of plugins in wordpress use tooltip, and i tried to disable it using jquery but couldn't do so. my html is
    omar
    • 27
    • 4
    1
    vote
    1 answer

    tooltipster plug in for future elements?

    i'm using tooltipster for adding some styled tooltips in my page,but i also want them to show on dynamic generated elements too,therefore i'm adding the method inside a .on function. total noob question,but should'nt be working like this ? also it…
    Vaggelis
    • 912
    • 5
    • 17
    1
    vote
    1 answer

    Tooltipster: [data-tooltip-content] as pointer to dynamic HTML

    ​ THE ISSUE: Using Tooltipster.JS with FullCalendar and / or dynamically rendered content I've been scratching my head and chewing over this for quite a while now and I'm no close to where I was when I started. I've read and re-read the…
    Michael B
    • 107
    • 1
    • 12
    1
    vote
    0 answers

    I need some ideas on how to allow the site owner to set tooltips in one place that affect all instances of that word on a WordPress site

    I'm working on a WordPress ecommerce site. They want to have some industry-specific words (like "ADA Compliant, ANSI/BHMI") have tooltips with definitions. I've added tooltips via tooltipster and created a shortcode for manually adding tooltips,…
    1
    vote
    0 answers

    AJAX call to display dynamic data with Tooltipster

    I'm having an issue where my tooltip from Tooltipster is showing the same data everytime I hover a new element, instead of showing new dynamic data everytime I hover a new element. How can I fix my code so that only one tooltip shows with new…
    Chris Mok
    • 107
    • 5
    1 2
    3
    12 13