Search code examples
javascriptjquerytooltip

I'm looking for a smart tooltip popup in javascript or jquery


I am looking for a tooltip popup which is appended to some links on my website.

  • the tooltip popup should fade in when users mouse hovers.
  • the tooltip popup should stay active while the user is navigating in it.
  • the tooltip should popup to the top/bottom or side depending on it's position (e.g. to the bottom if there is not enough space at the top)

popup size

Any idea or recommendation for something like this? Maybe jquery?


Solution

  • You could try qtip -

    http://craigsworks.com/projects/qtip/