Re: [jQuery] [Tooltip Plugin] Problem with tooltip and live event

2010-02-09 Thread vengiss
Thanks for the help It worked :) Renatho wrote: Hi Vengiss, $('#preview_'+id_mercancia).tooltip({ tip: '#img_'+id_mercancia, effect: 'fade', }); The error is the last comma. Correct: $('#preview_'+id_mercancia).tooltip({ tip: '#img_'+id_mercancia, effect:

[jQuery] [Tooltip Plugin] Problem with tooltip and live event

2010-02-06 Thread vengiss
Hi, I have a table in my site that shows a list of products I get from a DB, each one has and image (thats loaded on a hidden div). I'd like to show on a tooltip eveytime the user hovers over the img element I placed on the table, heres the script to do that (I'm using the 'live' function because

[jQuery] Tooltip Plugin - Font issue in IE7

2010-01-04 Thread Paul
Hi all, I've noticed an issue with the font rendering on IE7 on Vista and Win 7 when using the Tooltip plugin from http://bassistance.de When the page first renders and you a mouse-over tooltip for the first time, the font renders smoothly and nicely anti-aliased, however when you mouse-out and

Re: [jQuery] Tooltip Plugin - Font issue in IE7

2010-01-04 Thread Liam Byrne
You need to explicitly remove the style after the image has faded in : document.getElementById(whatever).style.filter=; L Paul wrote: Hi all, I've noticed an issue with the font rendering on IE7 on Vista and Win 7 when using the Tooltip plugin from http://bassistance.de When the page first

[jQuery] Tooltip Plugin: How to change Tooltip text later

2009-10-26 Thread stoffel
I found a Problem with the jQuery.Tooltip Plugin. I want to change the tooltip text of an element LATER after calling .tooltip() Trying to set $(.element).attr('title', 'New Tooltip text'); creates a SECOND old style tooltip. Not what I want! Calling .tooltip() a second time an the element

[jQuery] Tooltip plugin question

2009-06-08 Thread Mervyn
Hello all, I've been trying to find/modify a variety of tooltip plugins to no success. I've outlined the requirements of the plugin below: 1) Must retrieve page from ajax request and display in a tooltip on hover of an element. 2) Tooltip needs to repeat on a list of items that is generated

[jQuery] [tooltip] - plugin - Some tooltips are not showing

2009-05-08 Thread euang
Hi, I have the tooltips showing on some links but on others they don't. For example I can't get them to work on tab links I have on my page. Any ideas? Cheers Euan

[jQuery] [tooltip] plugin

2008-11-26 Thread donb
I have used this successfully for elments that were defined in the initial page (hardcoded into the html). But now that I have a couple I .append() dynamically, I cannot get the text to popup. It seems as if the .tooltip() doesn't work if the element is added after the page loads. Note that I

[jQuery] jQuery Tooltip plugin 1.3

2008-11-26 Thread donb
I have used this successfully for elements that were defined in the initial page (hardcoded into the html). But now that I have a couple I .append() dynamically, I cannot get the text to popup. It seems as if the .tooltip() doesn't work if the element is added after the page loads. Note that I

[jQuery] jQuery Tooltip plugin speech bubbles over image map

2008-11-14 Thread Jesse
I am attempting to adapt the tooltip plugin to work with an image map, but I can only get 'standard' pop ups to function over map objects. Has anyone been able to make the tooltip plugin work with an image map and speech bubbles (fancy decorated popups)? Ideally I would like to get this working,

[jQuery] Tooltip plugin

2008-10-22 Thread Adam Frame
Is there any way to make the tooltip appear in a fixed position always, e.g. below and aligned left to a div above it, no matter what part of the div the mouse passes over? I'm sure it must be an option somewhere but I can't see where in the documentation

[jQuery] Tooltip Plugin Looking Horrendous in IE6 - How to fix?

2008-10-15 Thread [EMAIL PROTECTED]
Any ideas why the tooltips made by this plugin(http://docs.jquery.com/ Plugins/Tooltip) look so bad on my site (http://www.gigbayes.com) in IE6? I'm following it's advice of including the bgiframe plugin but it doesn't seem to help. Is this tooltip plugin just not good with IE6? I notice its

[jQuery] Tooltip plugin with a multiple select [IE problem]

2007-10-11 Thread [EMAIL PROTECTED]
Hi all, i'm tryin to use the tooltip plugin http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ within a multiple select. My code: ### the select # select multiple=multiple name=myselect id=myselect option value=0First option/option option value=1Second option/option

[jQuery] Tooltip plugin with a multiple select [IE problem]

2007-10-11 Thread [EMAIL PROTECTED]
Hi all, i'm tryin to use the tooltip plugin http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ within a multiple select. My code: ### the select # select multiple=multiple name=myselect id=myselect option value=0First option/option option value=1Second option/option

[jQuery] Tooltip plugin as a preview bubble (Was: Websnapr using jQuery)

2007-07-05 Thread Kia Niskavaara
[EMAIL PROTECTED] wrote: Are you wanting to actually get a snapshot of a website or are you just wanting the bubbles so that you can put your own content in them? If the later, you might want to check this out: http://groups.google.com/group/jquery-en/browse_thread/thread/91bc1d17185a7b3f