Questions tagged [tipsy]

jQuery plugin for creating Facebook-like tooltips

Tipsy is a jQuery plugin for creating a Facebook-like tooltips effect based on an anchor tag's title attribute.

103 questions
0
votes
1 answer

How to reapply jquery tipsy to existing elements

I am using the jquery tipsy tooltip to display additional information. I now made my website responsive so I added a resize event listener and depending on the size of the page more or less elements are shown. Therefore I have to reapply the tipsy…
Fabian
  • 5,476
  • 4
  • 35
  • 46
0
votes
4 answers

Why isn't my program returning the value of my expression?

I am currently taking an AP Computer Science class in my school and I ran into a little trouble with one of my projects! The project requires me to create a calculator that can evaluate an expression and then solve it. I have got most of that down,…
KingZuko
  • 11
  • 4
0
votes
1 answer

Make tipsy tooltip sticky on click and normal on click again

How do you keep your tooltip stay forever, like a sticky, when you have clicked its hot* element, and return normal behavior when you click it again ? * = the element that triggered the tooltip
e-motiv
  • 5,795
  • 5
  • 27
  • 28
0
votes
1 answer

D3 tooltip display on page load

I am using Tipsy to generate tooltips of SVG circles generated though D3. My code is taken right from this example. Using this code, my tooltips show just fine when I hover over my circle objects: $('.circles').tipsy({ title: 'My tooltip text'…
turtle
  • 7,533
  • 18
  • 68
  • 97
0
votes
0 answers

Tipsy with d3 Chloropeth Map

I am adding tipsy to Mike Bostock’s chloropeth map using this: http://bl.ocks.org/ilyabo/1373263. I added another column to my csv titled “county_name.” The tooltip works fine if I try to retrieve the id using k.id but when I try k.county_name I get…
B T
  • 151
  • 1
  • 6
  • 15
0
votes
1 answer

Tipsy +Views Tooltip is not working

I want to show Tooltip inside Views UI. I installed following two modules:- Tipsy Views Tooltip I have following fields in the Views UI:- Name[Visible] Snaps[Visible] Now add field "Global: Tooltip" inside Views UI. I gave a simple "Hello" in the…
simple user
  • 349
  • 3
  • 22
  • 44
0
votes
1 answer

How to dynamically bind Tipsy tooltip on the Title attribute with AngularJS

Ok so I made myself a directive for jQuery Tipsy, it's working as I want it but I got a little problem with the title. I want my title to be sometime filled, sometime blank depending on a selected option (dropdown), so it's very dynamic. I do have…
ghiscoding
  • 12,308
  • 6
  • 69
  • 112
0
votes
1 answer

Integrating jQuery tipsy with jQuery ON

I have a site, with infinite pages, and dynamically loaded content. Currently I am using jQuery tipsy plugin, and need to call it in any function that dynamically adds content to the site (to get tooltips to this new content). I am currently in the…
Martin
  • 795
  • 1
  • 12
  • 31
0
votes
1 answer

Tipsy HTML isn't working every time

I have the exact same piece of script triggering Tipsy on 2 pages in my site, and one is showing it right, but the other isn't TIPSY CODE: