BeautyTips icon indicating copy to clipboard operation
BeautyTips copied to clipboard

BeautyTips is a jQuery tooltips plugin which uses the canvas drawing element in the HTML5 spec to dynamically draw tooltips (sometimes called "talk bubbles" or "help balloons") associated with a html...

Results 8 BeautyTips issues
Sort by recently updated
recently updated
newest added

Due to the usage of the .prop() method, the jQuery version requirement has changed to 1.6+

If there is a big tip and able to cover another tip, and you move your pointer between this two tip triggers, and after while, the coverd one would not...

There are several occurrences of a for-in loop to iterate over Arrays because it iterates over all property Names of the Array. See http://stackoverflow.com/questions/242841/javascript-for-in-vs-for for more details. I'm using Ember.js...

At line 112 of jquery.bt.js source used method .prop() which was added in jQuery version 1.6 So I think this fact should be described in the source code (instead of...

Hello, This is a 2nd issue that I have discovered with using BeautyTips with jQuery Mobile. In my prior post I described a problem with using BeautyTips in a jQuery...

Thanks for taking over the "care & feeding" of BeautyTips - this looks like a very nice piece of software. I am trying to integrate it into some current work...

Am I the only one still having z-index issues with BeautyTips in IE7? bgiframe doesn't seem to help matters any. It's a pretty complex nested div, but I've set all...

I see in the demo and personal tribulations bear it out as well that one must have the DOM node that contains the BeautyTip text be visible initially and then...