jquery-powertip
jquery-powertip copied to clipboard
:speech_balloon: A jQuery plugin that creates hover tooltips.
It would be nice to be able to dynamically modify the content of the tooltip with a setContent method that could take either a HTML string or jQuery element as...
Hello, Would be possible to add a way to override the getTooltipContent() function? Something like: ``` $('a').powerTip({ content: function ($element, $tooltip) { return $element.parent().find('.Html').html(); } } ``` And also for...
Is it possible to make a mobile wiki style tooltip that pops up from the bottom? and trigger this style on mobile user agent string or a mobile flag.  (hover over Google and Oracle to see them). The smartPlacement feature is great,...