Tagged Questions
2
votes
0answers
72 views
How can I make my tooltip not to hide in browser window
I want a tooltip wordpress plugin or jquery plugin for my Wordpress website inorder to show some description in it and I want my tooltip not to hide in any browser window.
Could anyone suggest me the ...
0
votes
1answer
90 views
Don't return poshytip under certain conditions
I want to show poshytips when I mouseover elements in a class, but only if they meet the conditions specified in the content function. If not, I do not want an empty bubble to appear.
...
0
votes
0answers
68 views
qTip inside GridView showing the same value for every row
I'm trying to use the qTip tooltip inside my GridView. It's working but it's showing the same value for every row. How can I make it to show the data on each row (dynamic)?
<asp:BoundField ...
1
vote
2answers
126 views
How to hide the native tooltip in IE when using jQuery Tooltip?
Have a little problem again with my little application.
you can find it here.
In Chrome, Firefox, ... Everything runs fine.
In Internet explorer there's a little issue.
As i'm using jQuery UI ...
0
votes
0answers
152 views
jQuery UI Tooltip bug
I am using the jQuery UI tool for tooltips and I've found a peculiar bug that I can't duplicate (to show you) or get rid of. Usually, this tool will use the title="whatever" part of a tag to give you ...
0
votes
1answer
240 views
JQuery tooltip (jQueryTool) error multiple instances on table
I'm using the jQuery function tooltip developed by "jquerytools" (http://jquerytools.org/download/) and I'm trying to call multiple callback on each row of the first column in a table.
This is the ...
0
votes
1answer
511 views
Show DIV in tooltip for Anchor Tag
I am very new to Jquery. Everything what I see looks strange.. I need to show a DIV section as a tooltip for Anchor Tag. I could able to toggle the visibility of DIV . But, it is not showing up as a ...
1
vote
1answer
777 views
jQuery tooltip and drop-down (combo-box): Issue in IE 9
In IE 9, if I apply tool tip on drop down, it not allowed me to select any option.
<select title="my tooltip dropdown">
<option>1234</option>
<option>1234</option>
...
0
votes
2answers
278 views
How do I show Tipsy tooltip on load and keep it shown?
I've just installed Tipsy Tooltip (http://onehackoranother.com/projects/jquery/tipsy/) script on my wordpress site, I'm just wondering how I go about showing the tooltip on page load and keeping it ...
0
votes
1answer
283 views
How can i show a table in a tooltip:XSL
I have a the below tags in xml file:
<more_details>
<source>192.168.1.1</source>
<destination>10.10.10.10</destination>
...
1
vote
4answers
438 views
Simple & Customizable tooltip plugin wanted
I'm looking for a simple and customizable tooltip plugin, either plain javascript or Jquery based, which has these features:
Bug free (Some that I've tried only show the tooltip sporadically and if ...
1
vote
1answer
442 views
Jquery tooltip Qtip - how can I target a different location for the tooltip
I have installed Qtip and used it for tooltips on a map:
http://www.gregquinn.com/oneworld/about_people6.html
You can rollover the Red Pins and see the tooltip that is there now.
But they want it ...
0
votes
4answers
390 views
Jquery tooltip is very jumpy
I'm trying to use the jquery tooltip plugin to expand some image thumbnails, and show the full sized images when someone hovers over the thumbnails. However this is very jumpy, the tooltip jumps ...
2
votes
1answer
174 views
jQuery: easy adaptable tooltips without the use of images and free for commercial uses
Is there a jquery tooltips plugin that does not use images, is free and might be used commercially and looks fancy (at least not just like a square, but like a bubble)??
1
vote
2answers
119 views
Stopping my tooltips from flickering
Having a problem getting my javascript working properly . For a single tooltip, it works great. But when I rollover multiple tips, I get a flickering effect. It seems the mouseover, out events are ...
1
vote
1answer
229 views
Use function with simple tooltip jquery plugin
I have this function create for me for called tooltip :
<script>
function tooltip(texto) {
$(document).ready(function(){
$("a#toolshow").easyTooltip({
tooltipId: ...
2
votes
1answer
1k views
Is it possible to add tooltips to image's drawn on an HTML5 canvas?
I would like to draw a line or bar graph using HTML5 canvas.
I would like to
take in data from an outside source (or hardcode it in for testing purposes)
draw the graph
Hover over a node/bar and ...
0
votes
1answer
878 views
Jquery Tools - multiple tooltips, different images
I've made some tooltips using JQuery Tools, which works fine but I want a second tooltip on the same page with a different image, and I don't know how. Here is my code:
<span id="tip">
<img ...
6
votes
2answers
2k views
Best way to provide a “tooltip tour” [closed]
What is the best way to provide a quick tour of a webapp using contextual tooltips?
Use case:
user navigates to the webapp
some form of popup asking if the user wants a guided tour of the interface
...
1
vote
3answers
156 views
Need tooltip solution… with extras
I have seen tons of jquery/css/js tooltip solutions out there but I need one which will act as a tutorial when a user lands on my site.
e.g. When they log in for the first time a tooltip will show ...
2
votes
4answers
4k views
jQuery ajax tooltips: where to find a nice plugin?
I saw one perfect ajax tooltip at forum engine Xenforo (try mouseover on any topic and you'll see).
I know it's made with jQuery.
Maybe there are some nice plugins in internet like this.
Appreciate ...
4
votes
3answers
7k views
trying to use jquery tooltip plugin, object has no method “tooltip”
I'm using this tooltip: http://flowplayer.org/tools/demos/tooltip/index.html
I have the following lines in my html file:
<script src="/javascripts/home.js" ...
0
votes
1answer
193 views
Trailing Ampersand character not shown in jquery tooltip (only in IE)
When I have the Jquery tooltip applied on a image element, defined as such:
<img id="c" title="abc & ced &" src="info.png" />
The actual tooltip that is shown is:
"abc & ...
0
votes
1answer
341 views
How to amend my tooltip javascript?
This script fires whenever I'm on a link. I want to change it to fire up when Im on a simple div like: <div id="personal"></div> . Thanks for help!
html at the moment:
<a href="#" ...
0
votes
2answers
163 views
Best method of getting a tooltip to appear around an image?
I've been looking at some jQuery plugins to show a tooltip around an image when it's hovered on. But I haven't been able to find one, what I was looking for was a tooltip to load and with the ...
0
votes
0answers
280 views
Having Trouble with jQuery tooltips
I'm using the jQuery Tools Tooltip plugin found here. This is it's intended behavior:
Have 3 elements, in this case divs, which, when clicked, popup a tooltip. This tooltip is another div on the page ...
0
votes
4answers
238 views
Activating a tooltip that uses a common div as the tip… (jQuery)
I've looked around a bit, but can't seem to find the answer I'm looking for.
What I want to do:
I have a div that has content in it, including other elements. It is to remain hidden on the page, but ...
0
votes
2answers
584 views
Jquery tooltips, get data from other attribute
Due to my page have other jquery plugin that use title attribute, so is that possible for my jquery tooltips to get data from other attribute other than "title"?
...
2
votes
5answers
737 views
Increase the target area for jquery hover
On this page:
http://thegoodgirlsnyc.com/index.html?page=about
When the user rolls over the names of the team members, a tooltip comes up. Unfortunately if the user is not directly on the text it ...
0
votes
1answer
44 views
Using jsonp with a tooltip in jQuery
Anyone know of a good jQuery tooltip solution that allows for jsonp ajax requests? I cant seem to get cluetip to work with jsonp.
1
vote
1answer
614 views
div-based tooltips within P-tags
I'm trying to implement tooltip functionality using jQueryTools, on content coming from a CMS (Alterian). The idea is that editors mark words in their texts with a hash and brackets wherever they want ...
2
votes
1answer
512 views
What is a Javascript ToolTip library that can do HTML formatting, positioning, and is reliable?
What is a good Javascript tooltip library that can do HTML formatting and positioning?
jQuery tooltip plugin is said to be reliable but can it do HTML and positioning (such as bottom-center)?
jQuery ...
1
vote
2answers
2k views
Is jQuery Tools Tooltips only about 90% reliable? (and how to fix it?)
jQuery Tools 1.2.5 Tooltip seems quite slick and fancy, but I added it to our development site, and it works 90% of the time. Sometimes, the mouse hover over a tab and no tooltip shows up, and ...
1
vote
2answers
2k views
jQuery tooltip clickable?
I'm using this tooltip plugin: http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
Is there any way I can make the tooltip clickable? I don't want the tooltip to disappear when I try to ...
3
votes
3answers
824 views
How do I output JSON columns in jQuery
I'm using the qTip jQuery plugin to create dynamic tool tips. The tooltip sends an id to a cfc which runs a query and returns data in JSON format.
At the moment, the tooltip loads with the following:
...
2
votes
2answers
5k views
jQuery Tooltip widget well-suited to use with an IMAGE-MAP? suggestions/recommendations please
I would like to display different tooltip content for each of the areas defined in an image-map. Are there any jQuery plug-ins that have an API well-suited to use with image-maps? I would like it also ...
