drewwilson / TipTip

Intelligent ToolTip jQuery Plugin
http://code.drewwilson.com/entry/tiptip-jquery-plugin
124 stars 70 forks source link

Prevent tipTip to activate when source element is not anymore attached #7

Open amigrave opened 12 years ago

amigrave commented 12 years ago

Eg: If you have a tipTip hovering on a button and the click event on the button will result in removing the button itself, the tipTip will be activated but the mouseLeave will never be triggered because the button element is not attached in the DOM anymore.

This is fixed by checking if the source element is still attached to the DOM before activating the tipTip

danimesq commented 8 years ago

Hi, @amigrave I've forked TipTip to maintain it and use in all web projects of my community. Please clone your pull request to: https://github.com/Software-js/TipTip Thanks!

danimesq commented 6 years ago

Merge in: https://github.com/ScreensOS/TipTip/pull/8.