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.

104 questions
0
votes
3 answers

Change jQuery Tipsy plugin gravity on live

I am using jQuery Tipsy plugin and I am wondering if it is possible to change the gravity dynamically. I have been trying it without success: http://jsfiddle.net/YSYuu/ Here's the code anyway: $('[data-demo]').tipsy({ title: 'data-demo', …
Alvaro
  • 37,936
  • 23
  • 138
  • 304
0
votes
1 answer

tipsy tooltip position on long text trigger

Using tipsy.js for my tooltips. Works fine when the trigger only spans 1 line of text, but if a longer trigger wraps to the next line, it will just center the tooltip in that content area. Any help getting this to position correctly would be…
user1050887
  • 175
  • 2
  • 12
0
votes
1 answer

Jquery - Convert contents of html element to another element

I want to convert many elements of the same class into some other element. Let me explain... I have multiple instances of this this HTML on my page: FirstName LastName Some long text .. Lorem ipsum dolor sit amet,…
peace4theapes
  • 159
  • 1
  • 11
0
votes
2 answers

Make jQuery tipsy appear on hover and on click

At the moment, I am trying to get Tipsy to work on hover and on click. But I don't know if this is possible… It would be very inconvenient to use an other tool. The trigger: 'manual' does not respond at all. Is it possible or do I really have to use…
Miet
  • 45
  • 1
  • 2
  • 9
0
votes
1 answer

jQuery function calls without connection to DOM element or with connection to a temporary DOM element

I have the following jQuery excerpt: Tselector.mouseup = function() { var sel = getSelectionCharOffsetsWithin(document.getElementById("base")); //... } Everytime when I select text in a div tag with id=base the above function will be…
noplacetoh1de
  • 209
  • 2
  • 12
0
votes
2 answers

Jquery - Removing hover before animation ends

Here is the code: $('.rightside').click(function(){ if($('#clickForm').is(":visible")) { $('#clickForm').hide("slide", { direction: "left" }, 500); $('.left_slider').animate({left:"0"},…
Goran Jakovljevic
  • 2,162
  • 1
  • 23
  • 23
0
votes
1 answer

Twitter Bootstrap - tooltip with a dynamically changing insert

Maybe I'm trying to max out the tooltip feature too much, but I like the style of the tooltip and would prefer to not add another JS library. The Fiddle should be pretty self explanatory, but I trying to have it so the insert element can change…
Ryan Grush
  • 1,845
  • 2
  • 33
  • 56
0
votes
1 answer

jQuery tipsy on datatables (live update)

I have a table using the datatable plugin with a link using the tipsy plugin. I have a link that uses tipsy and works fine with the following code:
rickyduck
  • 3,790
  • 13
  • 55
  • 90
0
votes
1 answer

Configuring Tipsy with title tags

I've tried implementing the Tipsy jQuery plugin on my website which is mean't to show title tags as pretty tooltips. But it doesn't appear to be working on my site, can anybody help? I'd like a tooltip to be shown when I hover over the video…
cbg
  • 23
  • 1
  • 7
0
votes
1 answer

Why is the Tipsy jQuery plugin not working for me?

I am using the latest version of Tipsy from here:https://github.com/jaz303/tipsy I am including jquery.tipsy.js and tipsy.css, here is my html, the a href is an image:
0
votes
1 answer

How do I use Chrome Web Developer to examine tipsy hover overs?

I am trying to inspect the div element that appears for Tipsy hover-overs on this page in order to change the width of the popup. https://dl.dropbox.com/u/1531353/Misc/Docudocker/setups/tipsyCrashingApplication/force-html.html However, when I press…
dangerChihuahua007
  • 18,433
  • 28
  • 104
  • 190
0
votes
1 answer

Why is using Tipsy breaking my force-directed graph produced by d3?

I am trying to add Tipsy hover-over popups to my simple force-directed graph of 3 nodes. However, adding the Tipsy javascript seems to crash my javascript: http://goo.gl/BeYls Chrome Web Developer Console notes: Uncaught TypeError: Object [object…
dangerChihuahua007
  • 18,433
  • 28
  • 104
  • 190
-1
votes
3 answers

tooltip flickers(or)jumps in jquery tipsy.js

i'm using tipsy.js for my applications, when i hover the content it shows tooltips but its flickers or jumps often in FF and IE where as in Chrome the it not happening plz some one help me to figure out this issue .
Chandru velan
  • 108
  • 1
  • 2
  • 21
-1
votes
2 answers

Javascript Hyperlink Displays as Text Rather than a Clickable Link

I normally don't do much in Javascript, but have spent the last few days working on this problem. Basically I have text in a table where the text itself is a link that when clicked selects the text. I'm using Tipsy to display the message "Click To…
1 2 3 4 5 6
7