Questions tagged [simpletip]

17 questions
3
votes
1 answer

How do I get 'simple tip' jQuery to work on Ajax loaded page?

I'm using the 'simple tip' jQuery tooltip code on my site, which is working as it should on the index page but is not working on external pages I'm loading via AJAX. Please see the live example here (Removed - no longer live). You will see it is…
AshBestos
  • 302
  • 2
  • 5
  • 19
2
votes
3 answers

How to make tooltipsy staying so a link in it can be clicked

I have the jQuery plugin Tooltipsy to generate a tooltip for a link. In this tooltip I have other links to related objects. I would like it to pop up just above the initial link and stay if I move the mouse to it to click a link. Is this possible?…
olofom
  • 6,233
  • 11
  • 37
  • 50
1
vote
3 answers

jQuery Simpletip plugin to use the title attribute

How can you make the SimpleTip plugin use each element's title attribute for the tooltip text when you're applying it to a group of elements? $('td[title]').simpletip({ content : << this element's title attribute >> });
nickf
  • 537,072
  • 198
  • 649
  • 721
1
vote
1 answer

How to only show simpleTip if certain conditions are true?

I'm working on my first jquery project and have a question regarding the simpletip plugin. I basically have a calendar where the user can click different meeting titles and the corresponding dates get shaded in with a certain color. I am then using…
Michael
  • 33
  • 1
  • 5
1
vote
3 answers

Delay before showing the tooltip

I use simpletip jquery plugin and I want to make some changes in it. I want the tooltip to appear after some time (milliseconds) when hovering the link. Unfortunately I'm not familiar with jquery enough. Can anyone point out how this can be…
King Julien
  • 10,981
  • 24
  • 94
  • 132
1
vote
0 answers

using simpletip but it sends me on error

i really need some help guys im trying to use the simpletip but it send me on error error that sends me my image is on carpet named imagenes and inside that carpet is another carpet named refacciones and there is were my images are…
user6686972
1
vote
2 answers

Jquery simpletip plugin - why doesn't it work here?

I have a button with id="remove" I need a simpletip over it: I have included: