The cluetip tag has no wiki summary.
6
votes
1answer
430 views
How to apply plugin in a “live” fashion
Is there a way to apply plugin to element in a "live" fashion, just like we can attach handler that survives ajax calls? Right now we have some code that uses "cluetip" in a rad grid, but after ajax, ...
5
votes
3answers
406 views
Combining jquery cluetip and hoverintent?
I'm using jquery's cluetip to show, huh, tooltips :-)
I made them sticky, because I want the user to be able to move the mouse to the shown tooltip - if they wish. However, if the user does not move ...
2
votes
1answer
72 views
jQuery cluetip activation
How make activate cluetip on event ready or onload?
The clueTip plugin allows you to easily show a fancy tooltip when the
user's mouse hovers over (or, optionally, clicks on) any element you
...
2
votes
3answers
264 views
jQuery clueTip: show/hide on mouseover and sticky on click
I'm using the cluetip plugin together with the jQuery FullCalendar to show event details which works quite good. I would like to have a link in each description that the user can click on. But I don't ...
2
votes
1answer
159 views
Cluetip open at the same spot
Hallo
I am using cluetip and it works perfectly. but I want all the tip to open on the exact samt spot on the site.
my clue tip looks like this atm
$('a.btn').cluetip(
{
cluetipClass: ...
2
votes
1answer
204 views
JQuery: Cluetip questions - Turning off tips and maximum height
How do I turn off the tips temporarily? I see the ability referenced on the website a couple times, and in this forum as well, but for some reason I can't find the command that turns them off. I ...
2
votes
5answers
1k views
jQuery Cluetip not activated until after hover or click event
I'm not sure what is causing this, but I am using cluetip and binding it to a live event (either click or mouseenter), but in each situation the cluetip isn't firing until after one click or hover ...
1
vote
1answer
14 views
Is there any way in jquery clueTip to have the escape key close a sticky tooltip?
i am using jquery cluetip and it works great. I have it in sticky mode so i can hover over the tooltip and click on links, etc.
The one gap i have is that its a bit annoying to have to mouse click on ...
1
vote
1answer
90 views
How to show dynamic content in cluetip?
I am using cluetip to show a tooltip when a user hovers over a link in my aspx page. I want this cluetip to show content from the database. I don't know how to do it.
My code:
...
1
vote
0answers
43 views
Cluetip popup windows getting cutoff by browser
jQuery('area').cluetip({
sticky: true,
positionBy: 'auto',
width:370,
dropShadow:false,
closePosition: 'top',
closeText: '',
activation: 'click'
...
1
vote
1answer
70 views
Make cluetip keyboard accessible (display on tab focus)
I'm struggling to figure out how to make cluetip (http://plugins.learningjquery.com/cluetip/) display on focus of the trigger text link which uses hover. I need if to work when tabbing (onfocus) ...
1
vote
3answers
151 views
How can I set the title of a cluetop tooltip from ajax callback?
I am using cluetip plugin which is great. I am populating the plugin using Ajax but I can't anywhere (in the documentation or examples) on how to set the title from an ajax callback.
Is updating the ...
1
vote
3answers
314 views
how to encode apostrophes for a webpage
i am using the cluetip plugin and the simple use case is to to put the content in a title attribute, like below:
<a title='Top title|detail content'>Text</a>
i am now running into ...
1
vote
4answers
390 views
How do you make a 'sticky' cluetip that opens on click, close on a click outside of the tip itself?
I have a cluetip that is set to sticky and opens when one clicks a link. I also set a close button on the cluetip and all of that works great. I want to close the cluetip if someone clicks outside ...
1
vote
1answer
131 views
jQuery: Trigger help
I'm using the cluetip jQuery plugin.
I'm trying to add my own close button. The the jquery I'm trying to call is:
$(document).bind('hideCluetip', function(e) {
cluetipClose();
});
There are ...
1
vote
1answer
2k views
How to Start/Stop jCarousel by external controls/events
For a current project i need to trigger the Start/Stop Event of the jCarousel Plugin.
carousel.stopAuto();
carousel.startAuto();
I'm not that JavaScript addicted to solve the problem myself. A ...
1
vote
1answer
161 views
Cluetip doesn't work after changing uidatepicker month
Picked ui datepicker as calendar and used cluetip to show events. Script is working until I change the month (push button <- or ->).
Main idea was to set title to the element that holds date and ...
1
vote
1answer
762 views
Jquery Cluetip - clean up between ajax loaded content
I'm using the jquery cluetip plugin and trying to figure out how to remove any open cluetip dialogs once i load new content via ajax. I am either stuck with the dialog boxes still showing on top of ...
1
vote
2answers
881 views
jQuery cluetip('destroy') does not destroy/remove cluetip?
I'm trying to make sense of how cluetip actually works. I have a dummy DOM structure which I did some alerts on to check if the cluetip has been removed after the cluetip('destroy') was called on the ...
0
votes
0answers
13 views
cluetip taking content from local div
i am trying to use cluetip in my project, what i am trying to do is display cluetip's dialog instead of the usual jquery UI dialog. Now I am using jquery Full calendar and binding this to its events. ...
0
votes
0answers
19 views
cluetip used as pop up dialog in full calendar
i am trying to use clue tip in Adam Shaw's Full Calendar to show pop up on events. Here is what i am doing
In the eventAfterRender callback, i do this to add clueTip to each event
...
0
votes
1answer
33 views
Jquery Cluetip - using javascript inside tooltip
I am using Jquery Cluetip for my tool-tips.
The tool-tip content is loaded with the AJAX function in Cluetip. In the loaded content I want to use Javascript to increase usability.
index.html:
...
0
votes
0answers
20 views
Cannot correctly float divs withinin cluetip (jquery)
So I have the following html
<a id="myTipTest" rel="#myTest" title="My ClueTip Header">Test style</a>
<div id="myTest">
<div style="float:left;">
<p>
...
0
votes
1answer
58 views
is there any way to manipulate the html inside a cluetip html
i am using cluetip jquery plugin and i show a popup with some html (using local source hidden div). I now have some jquery that wants to change one icon with another and i have the following code:
...
0
votes
3answers
83 views
How do I add a heading to a cluetip tooltip, when I am sourcing content from a hidden div (versus title attribute)
I am using cluetip which works great but the content of one of my tooltips is getting very big so I want to move it from sitting inside the local title attribute into a seperate and hidden div.
...
0
votes
2answers
66 views
Can't capture click event within a JQuery UI widget
I'm using the cluetips plug-in to display tooltips on a link. Within the tool tips there is text and a link - if the link (with class 'show-panel') is clicked then a lightbox type div should open ...
0
votes
0answers
77 views
jQuery Cluetip Plugin: How to conditionally change content
I am using the cluetip plugin to display a preview of a user most recent messages.
I have the plugin set up to append a table into the cluetip and then the table is populated with JSON data, ...
0
votes
1answer
91 views
Is there any delay hover option on cluetip?
I want to use the hover feature of cluetip jquery plugin. I am calling an ajax request on hover but i want it to only do the ajax call if i am highlighting the link for a certain period of time ...
0
votes
0answers
44 views
Is it possible to reset delayedClose or close after delay on mouseout with jQuery's cluetip plugin?
I'm using jQuery's cluetip plugin and it's working great. I'm using its {sticky: true} option because I'm loading a tabbed interface inside it and I need to allow users to click on tabs to navigate ...
0
votes
0answers
43 views
Cluetip opens the first time in a menu system but fails when returning to same menu link
Problem description:
I have a basic dropdown css menu system. When a menu is selected (ex: foo.html), the cluetip link opens a 450px wide
window as expected. Then another menu item is selected (ex: ...
0
votes
0answers
55 views
how to get jquery cluetip to have a link in the content
I am using jquery cluetip which works great but i am trying to do one thing that doesn't seems to work.
i am loading content through ajax, just like the "basic ajax" example here. The issue is that ...
0
votes
2answers
39 views
cluetip plug-in on jQuery loaded nods
This is the scenario:
The user clicks on e.g. a button, that loads (using jQuery) a node, e.g.
'<span id="selected" title="|click to reselect">selected: #' + id + '</span>'
Then goes ...
0
votes
1answer
166 views
Trying to generate dynamic cluetip
$(document).ready(function() {
var user_id = document.getElementById('sessuid').value;
//alert(user_id);
//$('a.jtebizcard').attr('rel','<?php echo ...
0
votes
0answers
60 views
Open clueTip from another element
I am using clueTip over <li> elements positioned on top of a picture to explain what is going on in the picture.
I am adding a key at the bottom that lists all of the points in the picture and I ...
0
votes
0answers
129 views
Delegate and/or live with Wordpress dynamic content and Jquery Cluetip/Tooltip
Im looking to create a tooltip or cluetip (such as: http://craigsworks.com/projects/simpletip/# ) to work with an array generated by Wordpress Custom Content. Code below is what I currently have.
...
0
votes
1answer
106 views
Cluetip not closing on mouseout event
I was trying to use cluetip to help my clients to notify new features added to the app. First, it will a show '?' icon when user hovers a new link and then a cluetip will display when user hover that ...
0
votes
0answers
131 views
destroy cluetip between ajax calls
i've got an app which makes some ajax calls and uses a couple of jquery plugin (nyroModal and Cluetip).
The app works like this:
a click on a link loads an ajax page in a nyroModal;
in this page ...
0
votes
3answers
142 views
$cluetip is undefined: why?
When I postload cluetip (i.e. grab it with ajax and then append a script tag to body), I get the following javascript error: $cluetip is undefined. However, everything still works. Any idea why?
The ...
0
votes
0answers
42 views
Can cluetip show the tip at the time of document.ready()
I am looking for a jquery tooltip plugin and came to cluetip. However, I need the tip to show up when the document becomes ready (document.ready()). User can then close it, and reopen it by hovering ...
0
votes
1answer
163 views
is it possible to show a clueTip tooltip when i change a select dropdown
i am doing a review of clueTip. i see this can be used when you hover over some div or when you click on a link but i wanted to see if you can "trigger" showing a tooltip when you click on a certain ...
0
votes
1answer
127 views
ClueTips - Text isn't readable, doesn't look like demo
ClueTips is making the box look like this. I can barely read it. Where might I be going wrong?
Much thanks for any help. My HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
0
votes
2answers
445 views
jquery cluetip breaks when loaded more than once
I am using the jQuery cluetip plugin in a portal environment where there can be more than one instance of a portlet on a portal page. Each portlet is its own app, so it really knows nothing about the ...
0
votes
2answers
226 views
Cluetip for every dynamically generated row in table
I would like to display cluetip [jQuery] plugin for every row of dynamic grid in .aspx page. The content in cluetip should be fetched from database dynamically while loading the cluetip plugin.
Can ...
0
votes
3answers
295 views
Close cluetip when mouse out of the link
I there an option to close cluetip when the mouse is of from the link? There is mouseOutClose option but it doesn't close cluetip if you don't hover the cluetip itself first.
Here is an example:
...
0
votes
1answer
641 views
jQuery cluetip: Manipulate content after rendering
I may be stating this incorrectly, but is there any way to manipulate (using JavaScript) the content in an cluetip once the content has been (dynamically) loaded to the external .jsp?
I have a list ...
0
votes
2answers
262 views
How to assert that a jQuery cluetip has been binded to something? [closed]
Possible Duplicate:
jQuery cluetip('destroy') does not destroy/remove cluetip?
In my code, there is a cluetip that binds itself to an anchor. I need to know what sort of properties ...
0
votes
1answer
141 views
Cluetip plugin - Why don't urls work?
After installing and configuring cluetip, i realized that the urls you hover over to see the tooltip don't work when you click on them. It's like this on all of their examples - ...
0
votes
1answer
897 views
jQuery cluetip memory leak
I have been tracking down a memory leak in my web app which
dynamically removes and adds anchors which have cluetip tooltips
attached and I think that I may have narrowed down the problem to the
...
0
votes
1answer
472 views
How to include cluetip in a GreaseMonkey script
I'm trying to include cluetip in my GreaseMonkey script. To do this I've defined my userscript as follows:
// ==UserScript==
// @name myscript
// @namespace myscript
// @description ...
0
votes
3answers
811 views
get content to tooltip from url in javascript
I'm using cluetip for tooltips in my web site, and I want to set the tooltip text based on the link url.
For example: I have a link on my page to "http:abc.com/display?content=sweeties" and I want ...