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 other portlets. Each portlet needs to use the…
I was wondering if $(document).ready(...) fires for a cluetip content page, in general, after it is loaded. It doesn't seem to at all if the content page is a .cfm, however I have yet to try this for a normal .htm file (I'm assuming there is no…
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 anyone suggest any way of doing this?
I've gotten the code from the post Angular-ui tooltip with HTML working but it's capabilities are not near what cluetip gave me. Things like not having automatically aligning based on screen position and other options make it not very useful for…
I have a table that load some datas from an ajax query..
I tried to make a cluetip (local, with arrows) on it..
this is my cluetip options:
$('.load-local').cluetip({
sticky: true,
arrows: true,
showTitle: false,
…
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 of items being displayed, and I want to bold some…
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 can I assert when unit testing it?
At the moment, all I could do…
I have a cluetip that is displayed when a user clicks a link. When the tip is displayed I want it to have a title but it does not want to show the title.
$('#spouseMortalityImage').cluetip({
titleAttribute: 'alt',
titleAttribute:…
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 - http://plugins.learningjquery.com/cluetip/demo/ (tested in firefox and…
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
main closure in cluetip which attaches the cluetip…
I'm using the jquery cluetip plugin and it is working fine. The problem is that when page is loaded from ajax and I want to use cluetip on any element of this page then it is not working.
I already call .cluetip() function on ajax loaded…
I am having an issue with changing the href value in anchor tag. Basically, I want to use a cluetip which opens a tooltip page based on the employee ID of the user who has logged in.
Cluetip Code:
$(document).ready
(
function () {
…
My cluetip works great in Chrome, but whenever I bring the same exact code to IE it doesn't even show up or it shows the default tooltip. Any suggestions? Is there some code I can put in my cluetip to make it work in IE? Any help would be…
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 This is my script
// @require …