stevenbenner / jquery-powertip

:speech_balloon: A jQuery plugin that creates hover tooltips.
https://stevenbenner.github.io/jquery-powertip/
MIT License
821 stars 137 forks source link

Added openDelay option #141

Open chrispichardo opened 9 years ago

chrispichardo commented 9 years ago

Added the openDelay option which causes a delay of XX milliseconds while opening, defaulted to 100. I also added a new param "disableDelay" to the openToolTip method which causes the tooltip which disable the delay for cases when the tooltip needs to be opened immediate.

stevenbenner commented 9 years ago

Thanks for the pull request!

This looks pretty good. But I still have a rather long backlog to go though and push up for the v1.3 release. So let me go though my pending work before testing this and merging it.