wintercounter / Protip

A new generation jQuery Tooltip plugin
http://protip.rocks
MIT License
359 stars 38 forks source link

event protiphide fire on init #34

Closed waza123x closed 6 years ago

waza123x commented 6 years ago

// Custom hide event el.on('protiphide', function(ItemInstance){});

this event is fired up on initialization.

wintercounter commented 6 years ago

I cannot reproduce it. There has to be an issue at your side. See here How you're initializing protip? You sure the element doesn't get reattached to the DOM by any script after load?