You can use a timer to hide the popup. This way you'll manage to receive an enter event on the popup before it gets closed. You can then stop the timer so that it doesn't trigger hide(). I think that has a chance to work.
An alternative would be to react on help event instead - this way your popup would behave exactly as a tooltip.
Bookmarks