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
0
votes
1 answer

calendar plugin that works inside cluetip

Is there any calendar that works inside the cluetip i have used jquery ui calendar and many other calendar they work very fine out side the cluetip but when ever it call inside the cluetip it dint work Please help thanx in advance
rohitarora
  • 1,380
  • 2
  • 13
  • 20
0
votes
1 answer

Position jquery cluetip to the left of the target

I have made friends with the jquery cluetip plugin and dig it. Clue Tip Home However, I would like to position the cluetip pop up to the left of the target div. Currently it calculates whether there is enough room to the right of the target and…
jaseFace
  • 1,415
  • 5
  • 22
  • 34
0
votes
2 answers

cluetip does not work for first click on live elements after ajax success

On live elements after ajax success, below code from cluetip is not working for first click only otherwise it works smoothly. What will be the issue for first click? $('a.load-local').live('click', function(event) { …
user1608739
  • 1
  • 1
  • 1
  • 2
0
votes
1 answer

jQuery clueTip: original tooltip is shown together with the cluetip tooltip (2 tooltips)

I have a problem with the jQuery clueTip plugin. I'm initialize the plugin in this way: $(function(){ $("#contentTable > tbody > tr").each(function () { $(this).children("td:eq(3)").cluetip({ splitTitle: '|', …
Keith L.
  • 2,084
  • 11
  • 41
  • 64
0
votes
3 answers

Change Cluetip background-image during run-time

I would like to conditionally change the background image of my Cluetips during run-time via jQuery. I use 'rounded' as cluetipClass. I thought this would do the trick: $('.cluetip-rounded').css("background", "url(infobox_left.png)"); But in the…
user1360250
  • 331
  • 1
  • 3
  • 14
1 2 3 4
5