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

I'm not 100% sure (because I have quite complex code to reproduce this), but it looks like sometimes `fadeOut` function can be executed after tooltip reopening, if time interval between...

This will fix 2 issues. First one occures when smartplacement is enabled and it needs to find another place. It will add the original placement class + the new final...

This implements two new options for the powerTip: - `inset` determines the distance between the arrow and the corner in `ne`, `nw`, `se`, and `sw` placements (formerly hard-coded to 20px)...

Tooltip placement is based on the viewport size but the tooltip position is not currently being updated if the window is resized. This will make an open tooltip shift from...

Feature

The abundance of `$.data()` calls is starting to smell like a missing abstraction. It might be better to create a custom object with the required properties and references. Such an...

Refactor

There is a issue with Chrome due to https://bugs.chromium.org/p/chromium/issues/detail?id=489206 whereby zooming the page can cause the popup to be offset from its intended position. Is there interest in a pull...

Bug

I'm having trouble getting powertip to refresh to update the tooltip on a click event. I have a gallery of images that rotate on click and a data-powertip field is...

Feature
Question

I'm using PowerTip on an image map, with mouse following set to true. It works as expected in Firefox, but in the latest versions of Chrome, Safari and Opera Next...

Bug

There is a hundreds of tooltips plugins on this planet and only one or two support this. Its good idea to make possible edit content that will be displayed while...

Feature