enyo / opentip

Opentip is an open source javascript tooltip based on the protoype framework.
http://www.opentip.org
1.25k stars 401 forks source link

Update, or delay load #77

Closed KyleGobel closed 10 years ago

KyleGobel commented 10 years ago

I have dynamic content being loaded which has the data-ot attribute, these obviously don't get the tooltips because opentips has already run at document load. Is there any command that I do to have opentip run it's initialize again?

KyleGobel commented 10 years ago

my bad Opentip.findElements() does the trick. Seems like something that should have been in the docs though.