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] prettyPhoto and jQuery tooltip

2009-12-21 Thread rzepa
='%# ImageName %' / /a It is very important to show title, but I am using jQuery tooltip function as well. It looks like this: $(document).ready(function () { $(body).append(div id='ToolTipDiv'/div); $(a[title]).each(function () { $(this).prettyPhoto({ theme

[jQuery] [tooltip] Tooltip plugin not behaving in IE7

2009-12-14 Thread fredriley
Hi It looks like the 'quirkiness' of IE is rearing its ugly little head again, unless I'm doing something really dopey. If you view the test doc at: http://www.nottingham.ac.uk/~ntzfr/test/ajax/jquery/jquery_tooltip_plugin_test.html in a proper browser such as Firefox or Opera, the Tooltip

[jQuery] (tooltip) position near the page borders

2009-12-02 Thread Bill Pairaktaridis
Hi there! I was wondering if there's a way to change the behavior of the tooltip when it reaches the borders of the page. I'd like it to either get pushed in the other direction as it gets closer or just not appear at all. Thanks a lot in advance.

[jQuery] Tooltip Script for self-hosted Flash Video?

2009-11-08 Thread Nick Hope
I have started making some stock footage galleries (e.g. http://www.bubblevision.com/underwater-footage/cowries/ ) but would like to make a stock footage gallery with larger video previews that popup on mouseover, just like here:

[jQuery] Tooltip read xml file

2009-11-03 Thread jampov
Hello. I am a newbie with jquery and I need and little help. I am creating bassistance jQuery tooltip plugin. The problem is that I can not get certain parts of an XML document and insert it into the tooltip. The first time I pass the cursor, nothing happens. After the information

[jQuery] Tooltip read xml file

2009-11-03 Thread jampov
Hello. I am a newbie with jquery and I need and little help. I am creating bassistance jQuery tooltip plugin. The problem is that I can not get certain parts of an XML document and insert it into the tooltip. The first time I pass the cursor, nothing happens. After the information

[jQuery] tooltip

2009-10-29 Thread nickname
Hi, How to show the text in option title as tooltip. I tried several options but nothing is working. I am using jquery tooltip plugin. It works perfectly with select and other form tag elements. Any help is greatly appreciated. --thanks Example: select title=tooltip

[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) Markup problem

2009-10-12 Thread shapper
Hello, I have been using Bassistance tooltip but I think the markup is really incorrect. http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ Why forcing an H3 into the tooltip? Did you ever checked a page with it in Opera's table of contents? By imposing H3 you are breaking the

[jQuery] tooltip - how do i remove an existing tooltip

2009-10-02 Thread cgipson
Hi, I am using tooltip in my application as a way to notify the user as to what kind of error was found in thier input field. My question is, once that error is resolved and validated correctly, is there a way i can remove the tooltip?

[jQuery] tooltip

2009-09-21 Thread adir
I am jquery beginer, I write my project using STRUTS 2 and Jquery I'd like to know how can I add a ToolTip to some existing controller such as Date Picker, stright forward. if it looks like the below(jsp page): %@ taglib prefix=s uri=/struts-tags % %@ taglib prefix=sj

[jQuery] [tooltip] Links in tiptool message

2009-09-15 Thread iPeter
Hi, I'm novice with jQuery and after evaluating the jQuery-Tiptool plugin available in http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/, and I wonder if it's possible to put a link inside the tooltip message. The user would see the tooltip and click the link. Obviously the tiptool

[jQuery] ToolTip not showing...what am I missing?

2009-08-18 Thread Rick Faircloth
I'm trying to create my own tooltip function and, after looking at a tutorial of which that is a part, it looks simple enough. But hacking apart some code and trying to extract the pertinent parts for my purposes has left me with a non-functional tooltip. I'm getting a syntax error on

[jQuery] [tooltip] integration with jQuery UI

2009-08-13 Thread tvanfosson
I've made some minor modifications to the Tooltip plugin to have it integrate with jQuery UI. I'm wondering, though, if this has already been done. I couldn't get it to work reliably with the extraClass option (sometimes the styles didn't seem to be applied in IE anyway) so I extended the

[jQuery] Tooltip inside of an iframe?

2009-08-04 Thread Lleoun
Hi all, Please visit: http://player27.narrowstep.tv/nsp.aspx?player=bb27_rq_nBed The thumbnails contained at the bottom of the page are inside of an iframe. If you put your mouse over them, you'll see that I'm using the wonderful jquery tooltip that I have downloaded from: http://bassistance.de

[jQuery] [tooltip] Top and left won't work

2009-08-03 Thread Lleoun
Hi all, I've donwloaded the jquery tooltip form: http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ and it is working great except for the following: I need to put the tooltip closer to the cursor so I've edited jquery.tooltip.js and changed $.tooltip

[jQuery] tooltip on newly added elements?

2009-08-02 Thread aras
Will tooltip show itself when I add IMG with tile and alt? or do i have to reinit it everytime?

[jQuery] [tooltip] Persistence

2009-07-21 Thread Hogsmill
Is it possible to make tooltoips persistent, i.e. you have to click to remove? Cheers, H

[jQuery] [tooltip] Fade on IE

2009-07-20 Thread apuredol
Hi, I am using and modifying the sample demo page and have a error on IE: Using: $(function() { $('#pretty').tooltip({ track: true, delay: 0, fade: 500, showURL: false, showBody: - ,

[jQuery] Tooltip for hotspot (area shape)

2009-07-17 Thread e...@uitenbogaard.nl
Hi, I'am looking for a solution to use dynamic tooltips when mouse comes over a hotspot (several hotspots in an image). I like the tooltip on the homepage of this forum (http:// bassistance.de/jquery-plugins/jquery-plugin-tooltip/). - tooltip sticks to pointer - appears directly - fonts, colors

[jQuery] Tooltip Distance Offset

2009-07-07 Thread Andrew
Live preview (hover over the navigation): http://www.monikercreative.com/monikerguest/test.php I'm having a problem getting the tooltip to move next to each nav list item...I can move the static tooltip placement around and I've tried using offset and jobj width, but it doesn't work well since

[jQuery] [tooltip] retrieving item description of link from JSON file

2009-07-06 Thread roryreiff
Hi there, For our sitemap, I am attempting to create functionality that when a user hovers over a link, a description is shown in a tooltip, similar to how a video and it's description show on hover at netflix.com. Our sitemap has a sister json file, that has the description fields in it. My

[jQuery] [tooltip] dont close tooltip after click

2009-06-25 Thread Erwin Purnomo
Hi all I'm using jquery tooltip by Jorn (http://jquery.bassistance.de/) It's a great plugin, and pretty too :) But I want to change it so the tooltip wont close on mouse click Anyone has idea?

[jQuery] Re: jQuery Tooltip Plug-in 1.3 Update

2009-06-24 Thread Kittrick
http://kitfoxink.com/www/library/jquery-autocomplete/demo/ The demo of the dropdown list is working on the server, but not working on the page.

[jQuery] Re: jQuery Tooltip Plug-in 1.3 Update

2009-06-23 Thread funomat
You need to use a newer dimensions version. http://plugins.jquery.com/project/dimensions Tiago On 24 Mai, 05:49, kiusau kiu...@mac.com wrote: I have recently noticed that version 1.3 of the jQueryTooltipPlug-in does not work with jQuery's version 1.3.2.  Is there a patch available?  Is

[jQuery] Re: jQuery Tooltip Plug-in 1.3 Update

2009-06-23 Thread Karl Swedberg
On Jun 23, 2009, at 9:50 AM, funomat wrote: You need to use a newer dimensions version. http://plugins.jquery.com/project/dimensions You don't need to use the Dimensions plugin at all. It has been incorporated into the jQuery core file. --Karl Karl Swedberg

[jQuery] [tooltip]

2009-06-08 Thread Henk
I have very large hints. Sometimes the hint is put under the mousepointer. If I click, the hint disappears as wanted. However I'm trying to react on that click, so I can trigger the click of the object that displayed the hint. But I am unable to get to the click without sourcehacking. I tried to

[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 placement

2009-06-07 Thread ivanisevic82
Hi! Sorry for my english, I hope you understand me. I'm using a tooltip created with Jquery, this is the code: _ this.tooltip = function(){ /* CONFIG */ xOffset = 20; yOffset = 50;

[jQuery] [tooltip] Blocking tooltips

2009-05-28 Thread fredriley
Hi all I'm using the Tooltip plugin (http://bassistance.de/jquery-plugins/ jquery-plugin-tooltip/) on a test page (http://www.nottingham.ac.uk/ ~ntzfr/test/ajax/jquery/jquery_formtest1.html). It works fine as it stands. I want the user to be able to toggle tooltips on/off, and a demo on the

[jQuery] [tooltip] Passing the mouseover event to the bodyhandler

2009-05-26 Thread Jochen Jonckheere
Hi, I made a small adjustment to the jQuery Tooltip plugin from bassistance. The mouseover event is now passed to the bodyhandler, this makes it easy to use event delegation of bubbling. You an for example attach a tooltip to a TR instead of adding it to all TDs in the TR. The old way

[jQuery] jQuery Tooltip Plug-in 1.3 Update

2009-05-23 Thread kiusau
I have recently noticed that version 1.3 of the jQuery Tooltip Plug-in does not work with jQuery's version 1.3.2. Is there a patch available? Is there one on the way? Roddy

[jQuery] [tooltip] Bassistance Tooltip Transparent Text IE7/IE8 problem

2009-05-12 Thread Pappy
I am using a very simple tooltip on my site (just text). Depending on where I am on the page, the text renders transparently or white, even though the css 'color' is set to black. See this image for an example... http://i44.tinypic.com/idhhcz.jpg The tooltip is definitely the one shown as I

[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] interactive tooltips

2009-05-08 Thread narnarnar
Anybody ever made interactive tooltips based on the tooltip plugin? I mean tooltips with links and other html elements inside. The problem is that the tooltip dissappears after a short time. Is there a setting for this? Otherwise I will code an extension. Thanks, Narnarnar

[jQuery] [tooltip] overriding definition

2009-05-05 Thread nomad
Newbies question: I need different definitions of tooltip on one page: 1/ Replace the default tooltip of all title elements $('*[title]').tooltip({ delay: 500 }); AND 2/ Replace only Title elements within class fast (e.g. a class=fast href=... title=fast tooltipFast/a )

[jQuery] [tooltip]: Multiple tooltips running from one set of parameters

2009-04-23 Thread ticallian
I'm sure this question has a simple answer, it's just stumping me... I have multiple (about 15) tooltips based on your Fancy and Pretty demos that are attached to a series of HTML labels. All the tooltips use the same parameters: track: true, delay: 0, showURL: false,

[jQuery] [tooltip]: Multiple tooltips running from one set of parameters

2009-04-23 Thread ticallian
I'm sure this question has a simple answer, it's just stumping me... I have multiple (about 15) tooltips based on your Fancy and Pretty demos that are attached to a series of HTML labels. All the tooltips use the same parameters: track: true, delay: 0, showURL: false,

[jQuery] [Tooltip] Fairly Large 'Fade' Bug

2009-04-23 Thread dopefrog
The bug: when fade is utilized, tooltips inherit the colors (and perhaps other attributes) of nearby tooltips that were just switched off of. To reproduce: create 2 tooltips, each with different title (h3) colors set. Place the objects nearby in the page so that you can quickly move your

[jQuery] [tooltip] Way to make the tooltip plugin accessible to browsers with no mouseover?

2009-04-08 Thread Emmett
The tooltip plugin is slick, but there's one vital thing it appears to be missing: the ability to click instead of hovering. Why do I want that? Some browsers, like the iPhone, don't have the mouseover event at all. The tooltips are completely unavailable to those browsers. Is there a hack to

[jQuery] [tooltip] dynamic update

2009-04-04 Thread alx77
Hi, I need to update tooltips dynamically, but has no easy way for this. After rummage jquery.tooltip.js I found them, just add following lines at beginning save() method: if (this.title) { this.tooltipText = this.title;

[jQuery] [tooltip]

2009-04-01 Thread fredriley
I've a wee problem with Jörn's excellent Tooltip plugin, to do with image maps. This problem, I think (the example links now 404), was also reported by John on the Tooltip plugin page (http:// bassistance.de/jquery-plugins/jquery-plugin-tooltip/). Simply, with an image map the tooltips appear a

[jQuery] [tooltip] Tooltips out of position with imagemaps

2009-04-01 Thread fredriley
[Aargh! Sorry, I forgot to add a proper subject line to the message I've just posted, so it got tagged onto another thread. Here we area again, hopefully in a new thread.] I've a wee problem with Jörn's excellent Tooltip plugin, to do with image maps. This problem, I think (the example links now

[jQuery] [tooltip]

2009-03-30 Thread jmmccoy...@googlemail.com
Hi, im using your jquery tooltip although I have a question about doing something bespoke I call the code to my page via $(function() { $('a,div,span,img,td,input').tooltip({ etc. Which works fine, however, if using ajax I populate a div with external content, any title tags from

[jQuery] [tooltip]

2009-03-30 Thread jmmccoy...@googlemail.com
Hi, im using your jquery tooltip although I have a question about doing something bespoke I call the code to my page via $(function() { $('a,div,span,img,td,input').tooltip({ etc. Which works fine, however, if using ajax I populate a div with external content, any title tags from

[jQuery] Tooltip: jQuery Tooltip affects doc height in IE7

2009-03-23 Thread RambleCampbell
I'm using the jQery Tooltip plugin with the bodyHandler function enabled, so that I write a bunch of DIVs to the page and then based on ID pull the content from those DIVs into the tooltip. Everything works fine in Firefox, but for some strange reason in IE7, whenever I mouseover a table cell to

[jQuery] tooltip

2009-03-22 Thread rconrad
Does anyone know if it would be possible to somehow use jquery tooltip plugin to show a tooltip on it's normal anchor from another anchor on the page? I know it sounds strange, but I have a map with a legend at the right. I'm usuing jquery tooltip to show a tooltip on the map points, but I

[jQuery] [tooltip] Possible to disable hiding onclick?

2009-03-16 Thread andrew623
I'm a first time jQuery user and I just finished integrating jQuery and tooltip (http://docs.jquery.com/Plugins/Tooltip) on my website. Things are going great and I'm regretting not using it for so long, but my problem is that my tooltips disappear on click. This isn't an issue for links but I

[jQuery] [tooltip] tooltip container flowing off page in Safari 4, not resizing as should

2009-03-10 Thread roryreiff
Hi there, In my implementation of the tooltip plugin, I have notice that in Safari 4 the tooltip does not resize when the cursor moves against the window. That is, I have track set to true as default, so initially the tooltip formats so that it does not overflow over the side of the window, but

[jQuery] [tooltip]

2009-03-10 Thread solomenikm
I need help. I have image planets.gif on my main page. In this image with tag I did some clickable areas. I need to show tooltips for this areas with ajax-loaded content from other pages of my site. For example: in body of main page I have something like this : img src=planets.gif width=145

[jQuery] [tooltip] how to completely remove the opacity for FF

2009-03-06 Thread RobbieKaze
How do I completely remove the opacity for the tooltip. example can be found here https://www.mobilemedcheck.com/newIndex2.php (who uses mmc button at the top) It's kinda hard to read the tool tip, I have set the the opacity to 1.0 in the js script. if you open that same page in IE it looks

[jQuery] [tooltip] help please

2009-02-28 Thread paulmo
am not getting the stylized popup window (generic yellow box instead). all files in my server root folder. please help this newbie; this in head: script type=text/javascript src=jquery-1.2.6.min.js/script script src=jquery.bgiframe.js type=text/javascript/script script src=jquery.tooltip.pack.js

[jQuery] Tooltip hide delay

2009-02-19 Thread jason.hill
Is there any way to implement a delay for the hiding of a tooltip after the mouse moves off the element that displayed it? Would be a nice enhancement if not already available.

[jQuery] [tooltip] Is there a way to make tooltip recognize modified title attributes?

2009-02-19 Thread little brittle
I am trying to change the tooltip message based on user interaction, but it doesn't look like the jquery tooltip plugin recognizes modified titles. It seems like tooltip caches whatever is on the page during the initial pageload, and I can't figure out how to refresh the information. If I change

[jQuery] [tooltip]

2009-02-17 Thread pane...@bk.ru
What about ie7 bug: try set zoom 100%, for example 50% and look at tooltips position

[jQuery] [tooltip]

2009-02-09 Thread sccr410
Having issues with the tooltip plugin - http://bassistance.de/jquery-plugins/jquery-plugin-tooltip You can see a page here - http://www.erikaashauerphoto.com/photos/scenic-travel/ The page scrolls horizontally for style reasons. As you use the tooltip on images after scrolling horizontally, it

[jQuery] [tooltip] Upgraded to jquery 1.3.1 Tooltips doesn't show up

2009-02-04 Thread ksuess
Upgraded to jquery 1.3.1 Tooltips doesn't show up

[jQuery] Tooltip Issue

2009-02-03 Thread Pedram
Dear Folk I'm going to use a tooltip in my website I was wondering which one of these ToolTips In the Internet is great . thanks

[jQuery] [tooltip] Upgraded to jquery 1.3.1 Tooltips doesn't show up

2009-02-03 Thread ksuess
Upgraded to jquery 1.3.1 Tooltips doesn't show up

[jQuery] tooltip - image preview does not respect window border

2009-01-24 Thread CNN_news
Hello, I have a theme that shows a preview of the image that the mouse is currently hovering over with a larger image using jquery tooltip. The problem is that it always places the preview on the right and if the image is on the right side of the page the preview causes horizontal scrolling

[jQuery] [tooltip] catch images before showing them

2009-01-08 Thread kannibal
Hi, Im using jQuery tooltip to show a preview of links using http://url2jpg.nu/ First time it takes a long time, how can i cache all images before hovering the link? Regards Stefan

[jQuery] [tooltip] - Hover over tooltip so you can add a link

2008-12-28 Thread kenitech
This is an easy way to hack Jorn's tooltip so you may hover over the tooltip and click on a link: http://www.artworknotavailable.com/2008/12/27/jorn-zaefferers-tooltip-hacks/ hack of: http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/

[jQuery] Tooltip(?) on Jquery Home

2008-12-19 Thread Wilson
Hi, i'm new to Jquery, and would like to know which library what kind of of tooltip is that at the jquery.com over the Lightweight Footprint/CSS Compliant/Cross Browser. At first I though it was JTip or clueTip, but neither seemed to both be sticky and support fade. Thanks in advance.

[jQuery] [tooltip] - Bug or something

2008-12-07 Thread tdsgrap...@gmail.com
Hello! I have recently tried to install the tooltip and got it to work just fine. Now to the issue: I have a website that has some small Ajax injections into it. The tool tip should appear on each element of an Ajax injected list. The Ajax injection used is $('.list').load(/ajax-list.php); The

[jQuery] [tooltip] Strange behavior of tooltip plugin in IE7

2008-12-07 Thread Miquel Herrera
-- Forwarded message -- From: Miquel [EMAIL PROTECTED] Date: 2008/12/1 Subject: Strange behavior of [tooltip] plugin in IE7 To: jQuery (English) jquery-en@googlegroups.com Hi all, May be some can help on this problem. When the tooltip plugin [http://

[jQuery] [tooltip] Problem in IE 6 with multiple tooltips of different 'extra' classes

2008-12-04 Thread Eric P
Hi, Just started messing around with Jörn's tooltip plugin, and I think I found a bug while using IE 6 (not a problem in IE 7 and FF 3). Here's some reference code. http://epierce.freeshell.org/jquery-tooltip-bug/index.html In the example I'm assigning three different tooltips each

[jQuery] [tooltip] Image preview choppy when switching from right to left side of mouse pointer?

2008-12-02 Thread deronsizemore
I've implemented http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ plugin at this test page: http://www.randomjabber.com/test/logogala/gallery_tooltip.html. I think I've implemented it correctly, but I'm not completely sure of that? It seems to work like it should when you hover over

[jQuery] [tooltip]

2008-12-02 Thread donb
Version 1.3, this tooltip plugin: http://docs.jquery.com/Plugins/Tooltip How can I determine with Firebug whether an element HAS gotten bound to the .toolip() successfully? I have a checkbox INPUT element that simply won't display the tooltip, although it's working perfectly for several A

[jQuery] Tooltip made from two different elements. Hover() Issue

2008-12-02 Thread NeoSwf
Hey. First time here. a New and Excited user to JQ. I got 2 elements: .toolTipCaller is a B element. .toolTip is a div with all the tooltip DOM inside of him. they are seperated elements. they r not nested one inside of the other. I dont have problems fadeIn the Div.toolTip element while

[jQuery] [tooltip] Cannot get tooltip to bind

2008-11-30 Thread RyOnLife
I am using the jQuery Tooltip Plugin from http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/. Great plugin. I am AJAX loading some content into my pages and am attempting to use Live Query to bind the tooltips to some of those links. Is not working: $('.thumb-ttr').livequery(function

[jQuery] [Tooltip]

2008-11-28 Thread Robert Heine
I'm using the tooltip-plugin from Jörn Zaefferer and it's really cool. Until today it had everything i needed, but now i need some functionality where the tooltip itself is hoverable, so i'm able to click the links in it for example like on this page:http:// www.cssplay.co.uk/menu/balloons.html

[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] [tooltip] dynamic extraClass

2008-11-20 Thread muszek
This is related to the tooltip plugin - http://docs.jquery.com/Plugins/Tooltip . I've written a short PHP helper that displays tooltips. Simple $myHelper-tooltip('text'); displays a nice icon and stores the text to be printed out right before /body tag. Works as expected. Now... the problem

[jQuery] [tooltip]

2008-11-17 Thread Paul
www.drhankbarreto.com I am trying to get it to work with within a sub-ul dhtml menu. In all my reading I have not found a reason why it would not function within this context. So after much coding and headache, no luck. It is not taking effect for some reason.

[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] HTML in the tooltip?

2008-11-07 Thread samtherobot
I have a problem where Drupal is outputting HTML that is for the tooltip. Any quotes however are ending the title attribute and then just appearing in the page. Is there a way to show html tags in with attributes in the tooltip?

[jQuery] [tooltip] Title attribute reload (ajax)

2008-11-06 Thread Anasha
Hello, I'm facing some trouble with tooltip plugin. I use it on pictures for description and dynamic datas inside title attribute. Its working well. I have some criterias that client-side can choose. Once criterias are chosen, picture is changed. I would like to change as well title attribute.

[jQuery] [ToolTip] Suggestion/queestion

2008-11-04 Thread AenimA
Hello, Is it possible to use the tooltips in some similar fashion. a href=# onmouseover=showToolTip(this, tooltipmessage) S /a This would make it much easier to use the thing on a heavily async page that has alot of messages that come from some array that you iterate on a jsp. For example a

[jQuery] [tooltip] How to display validation error messages in a tooltip? JORN

2008-11-02 Thread Kenet
Jorn, Back in April of 2007 you had a discussion on your comments section for your ToolTip Plugin, here's a quote of that conversation. OSCAR 24. April 2007 |10:55 Add tooltip to validation. It is posible to add a tooltip in

[jQuery] [tooltip] + [validate] How to display validation error messages in a tooltip? JORN

2008-11-02 Thread Kenet
Jorn, Back in April of 2007 you had a discussion on your comments section for your ToolTip Plugin, here's a quote of that conversation. ___­ __ OSCAR 24. April 2007 |10:55 Add tooltip to validation. It is posible

[jQuery] [ tooltip ]

2008-11-01 Thread .nu
Hi. Not sure this is a bug, but having text inside diamond brackets, the text wont show. for example: img src='test.png' title=Hello - this image is called test. / the tooltip will just show Hello - this image is called

[jQuery] Tooltip creation issue

2008-10-30 Thread TS
Hello all, I have created som tooltip code for hyperlinks. I am having an issue with queueing of events. Like when I mouseover multiple links the tooltips queue up and the page goes thru every fadein fadeout. 1. Is there a way to prevent this? Ive tried chaining .stop() to the mouseout event

[jQuery] [tooltip] New wrapper around #tooltip

2008-10-29 Thread Toccamonium
Hi, How can I add extra content to this line? Current code: helper.parent = $('div id=' + settings.id + 'h3/h3div class=body/divdiv class=url/div/div') New code structure: helper.parent = $('div id=' + settings.id + 'div id=tooltip_contenth3/h3div class=body/divdiv class=url/div/div/div') I

[jQuery] [tooltip]

2008-10-24 Thread AaronMcCall
Hello, I am using jquery.tooltip.js to add tooltips to select options. The problem that occurs is that the tooltip doesn't appear relative to the mouse. I have tried a number of top and left settings, but have not had any luck. $('selector')tooltip({ bodyHandler: function(){

[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] fixing the tooltip position relative to tooltipped element's position, not mouse position on event firing

2008-10-19 Thread RTW
Hi, So far, tooltip is working great. Only one problem - currently the tooltip's position is offset from the mouse position when the mouseover event fires. I'd like to fix the tooltip's position as always relative to tooltipped element's position (currently an image - I'd like the tooltip to

[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] display problems on absolute

2008-10-10 Thread Wildleaf
http://www.devsnapshot.com/transpack/bags.php?section_id=1product_id=1 I am working on a mockup for a website using the jQuery tooltip plugin. I have everything set up to properly display the tooltip, but it keeps showing on the bottom layer (i am absolute positioning and using z-index for my

[jQuery] ToolTip Bassistance insert external information

2008-10-03 Thread jampov
Hello. I want to know if it is possible to insert external information in the tooltip, for example, from XML. I that by means of the function of jQuery $get or $post I can read a file XML or part of he, of the following way. $.get (data.xml, function (xml) { … } How to implement it with the

[jQuery] ToolTip Bassistance and TinyMCE

2008-09-11 Thread shapper
Hello, I am trying to make the ToolTip Bassistance to work with TinyMCE: http://tinymce.moxiecode.com/examples/full.php I want to display a message when the user places the mouse on the content area which renders as follows: body id=tinymce class=mceContentBody spellcheck=false title=this is

[jQuery] [tooltip]

2008-09-11 Thread alexg
Hi, great tooltip. I have been trying to get the tooltip to display on click. I believe its most useful to have this show on click, rather on hover(feel like I am on a mine field). I tried adding event: click, but it doesnt seem to work

[jQuery] [tooltip] Does not show up in IE

2008-09-08 Thread portsnap
Hello, I'm struggling with the latest version of tooltip, i can't get it working in IE. Tho it's showing up perfectly in Opera and FF. This is the code: $(option).livequery(function(){ $(this).each(function(i){ var str = $(this).text(); if (str.length 20) {

[jQuery] Jquery Tooltip

2008-08-31 Thread Babu PCA
Hi every one, Jquery Tooltip, I have problem in showing the tooltip if i rollover on the label, i had created a structure for the tool tip using div of 200x60 length, how to do this with jquery Thanks

[jQuery] Jquery tooltip

2008-08-28 Thread Babu PCA
Hi, I have a pblm in with the jquery tooltip I have designed a tooltip structure which is in a div , i want to show that structure as a tooltip when i click the label of the check box how this can be done, can any one help me thnks bab

[jQuery] [tooltip] how to add a delay to tooltip removal

2008-07-15 Thread Matt
Hello, I'm using Joern's fantastic tooltip plugin. For a project I'm working on, I need the tooltips to persist for a certain number of seconds after the user has ceased hovering over the element(in this case a label). I am already using the delay option, but was wondering if there was an easy

  1   2   >