jquery-powertip icon indicating copy to clipboard operation
jquery-powertip copied to clipboard

:speech_balloon: A jQuery plugin that creates hover tooltips.

Results 40 jquery-powertip issues
Sort by recently updated
recently updated
newest added

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...

Feature

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...

Feature

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. ![wiki...

Feature
Question

First... THANK YOU for such a fantastic plugin that does so much without being overwhelming AND that isn't abandonware. ;) I'm putting together a site called MessiahsPassoverWeek.info and PowerTip is...

Feature

I've a case where user input is used as tooltip. In the end I needed to overwrite the `getTooltipContent` function and changed `return content` to `return escapeHTML(content)` (`escapeHTML` exists already...

Feature

Powertip's `isMouseOver` function does not properly calculate the height of SVG elements, which causes it to determine that the mouse is not over an object when it really is. The...

Bug

This plugin is really cool. One issue I've come across is the growth of items in a page. For example: Let's suppose you had 50 elements on a page vertically....

Feature

Since PowerTip currently supports a user defined delay before closing tooltips via the `closeDelay` option it makes sense that it should support a user defined delay before opening tooltips. There...

Feature

I wanted to list this (possible) issue separately: I'm putting together a site called MessiahsPassoverWeek.info and PowerTip is perfect for what I needed to accomplish. It works great on IE...

Bug

Hi again, As I mentioned in an earlier issue, some of my pages use [very large tooltips](https://www.docketalarm.com/cases/California_Northern_District_Court/3--10-cv-03561/Oracle_America_Inc._v._Google_Inc./) (hover over Google and Oracle to see them). The smartPlacement feature is great,...

Feature