tipped
tipped copied to clipboard
A complete Tooltip solution based on jQuery
There is no way to prevent a tooltip from triggering if you move your mouse over it even for a fraction of a second. Even if you add showDelay: 3000...
* Replaced .bind() with .on() * Replaced .unbind() with .off() * Replaced .type() with typeof * Replaced .delegate() with .on() There is at least one more deprecation, and that is...
Hey, I have a Bootstrap-based page, where I'm simply doing: ``` $(document).ready(function () { Tipped.create($("#endBtn"), "a987"); }); ``` The result is in the Screen shot - the div is displayed...
When using showOn: 'click' the trigger element should preventDefault() on the event. Currently it will follow the link if its on an anchor element. Yes, I can add it in...
On the website's homepage, it doesn't mention that it uses jQuery, which is actually a big deal to many. Please include it somewhere there.