Questions tagged [cluetip]

clueTip is a jQuery plugin for displaying stylized tooltips

Note from site: This plugin is no longer being maintained.

See https://github.com/kswedberg/jquery-cluetip

65 questions
1
vote
1 answer

how to reference the trigger element in cluetip?

I have the following code. I want to reference the trigger element and get the tag value in onShow(). How can I do that? Thanks TEST 01 TEST 02 TEST 03
Yang Sun
  • 11
  • 1
1
vote
2 answers

How to disable cluetip when title is empty?

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, …
Dukhabandhu Sahoo
  • 1,394
  • 1
  • 22
  • 44
0
votes
1 answer

How to target separate dynamic div once Cluetip activates?

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…
Tim
  • 19
  • 7
0
votes
2 answers

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: var img = "#mySelector"; $(img).attr("src",…
leora
  • 188,729
  • 360
  • 878
  • 1,366
0
votes
3 answers

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. This works fine except for the fact that I can't…
leora
  • 188,729
  • 360
  • 878
  • 1,366
0
votes
3 answers

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 the tooltip to read "sweeties" Someone show me how,…
gacon
  • 2,075
  • 4
  • 21
  • 32
0
votes
3 answers

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 over the top. However, the click event doesn't seem…
shadylane
  • 87
  • 2
  • 10
0
votes
1 answer

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 before the loading image popups . This will avoid…
leora
  • 188,729
  • 360
  • 878
  • 1,366
0
votes
2 answers

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. 'selected: #' + id + '' Then goes jQuery (for cluetip) code: $('#selected').cluetip({splitTitle:…
Jeffz
  • 2,075
  • 5
  • 36
  • 51
0
votes
1 answer

Trying to generate dynamic cluetip

$(document).ready(function() { var user_id = document.getElementById('sessuid').value; //alert(user_id); //$('a.jtebizcard').attr('rel','gl_profile/gl_getbig').cluetip({ …
gklaxman
  • 145
  • 5
  • 15
0
votes
1 answer

Open clueTip from another element

I am using clueTip over
  • 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…
  • yakatz
    • 2,142
    • 1
    • 18
    • 47
    0
    votes
    1 answer

    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 '?' icon. Everything works fine except in one…
    ram
    • 1
    0
    votes
    3 answers

    $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 postload script is well-tested and does not break…
    calicode
    • 237
    • 3
    • 10
    0
    votes
    1 answer

    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 item in a select dropdown. Does anyone know if…
    leora
    • 188,729
    • 360
    • 878
    • 1,366
    0
    votes
    1 answer

    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:
    Greg
    • 45,306
    • 89
    • 231
    • 297