The cluetip is displaying an empty "div" if title is empty. How to disable the cluetip when title is empty?
jQuery:
$(document).ready(function () {
$('a.myClass').cluetip({
splitTitle: '|',
showTitle: false, …
I have a catalog of products. When you rollover the thumbnail - description of the product appears in tooltip (Cluetip). I need a shadow to appear around the related image when Cluetip is activated.
For that I created separate div with shadow…
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:
var img = "#mySelector";
$(img).attr("src",…
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.
This works fine except for the fact that I can't…
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 the tooltip to read "sweeties"
Someone show me how,…
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 over the top. However, the click event doesn't seem…
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 before the loading image popups . This will avoid…
This is the scenario:
The user clicks on e.g. a button, that loads (using jQuery) a node, e.g.
'selected: #' + id + ''
Then goes jQuery (for cluetip) code:
$('#selected').cluetip({splitTitle:…
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 would like to make it that the clueTip opens when you…
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 '?' icon.
Everything works fine except in one…
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 postload script is well-tested and does not break…
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 item in a select dropdown. Does anyone know if…