0

Hy.

There is html documentation what contains div with id, and I had to get tooltip to all page, what have tooltip, and tooltip show content what is in the html div. Look like this: Javascript Tooltip but this is not free. Any idea?

user2695543
  • 81
  • 4
  • 22
  • Questions asking to recommend a specific tool are considered off-topic for Stack Overflow. See http://stackoverflow.com/help/on-topic for details. – Tom Fenech Mar 05 '14 at 09:38
  • use this qTip. http://craigsworks.com/projects/qtip/demos/ – Ashwini Verma Mar 05 '14 at 09:39
  • 1
    Try to spend more time for searching! Duplication is here: http://stackoverflow.com/questions/15734105/jquery-ui-tooltip-does-not-support-html-content – Pavlo Mar 05 '14 at 09:39
  • You could use JQueryUI: https://jqueryui.com/tooltip/#custom-style I hope it may help you – Tony Mar 05 '14 at 09:40

1 Answers1

2

Check out jQuery QTip2 plugin.

It does load the external content

See this JSFIDDLE Demo for implementation

Murali Murugesan
  • 22,423
  • 17
  • 73
  • 120