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

Currently tooltips are not accessible to visually impaired users or users who navigate with the keyboard. Accessibility features should be added to make tooltips useful to those users. - It...

Feature

I'm running powertip 1.3.1 and got the following exception: ``` jquery.powertip.js:964 Uncaught TypeError: Cannot read property 'data' of null at hideTip (jquery.powertip.js:964) at showTip (jquery.powertip.js:855) at HTMLDivElement.queueTipInit (jquery.powertip.js:829) at Function.dequeue...

Bug

If I launch PowerTip with the ".my_class" selector, I should want to have tooltips on existing element with the class "my_class" AND on element added with Ajax later.

Feature

What it says. I have a table with text inputs in the cells. Table is wider then the browser window. The inputs in the last column do not show the...

There seems to be a bug where powertips are offset by the width of the browser scrollbar if Powertip is initialised when no scrollbar is visible but the scrollbar is...

Bug

It would be great if we could initialize powertip across multiple tooltips, but have their placement determined by an HTML data attribute. Is there a way currently I can implement...

Feature

In cases where the body tag has a position style of absolute, relative or static adjusts the positioning to compensate for position offsets and borders so powerTip remains properly placed....

I am trying to use Powertip's on elements inside iFrames and they are positioned incorrectly because they don't take into account the position of the iFrame(s). Any help in resolving...

Bug

Added the openDelay option which causes a delay of XX milliseconds while opening, defaulted to 100. I also added a new param "disableDelay" to the openToolTip method which causes the...