Cluetip not closing on mouseout event
I was trying to use cluetip to help my clients to notify new features added to the app. First, it will a show '?' icon when user hovers a new link and then a cluetip will display when user hover that '?' icon.
Everything works fine 开发者_如何学运维except in one case, when mouse pointer moves back to the link after displaying cluetip it throws "b.data("cluetip") is undefined error" and cluetip will not close and onHide event will not fire at that time.
what might be the problem?
thanks
Check http://plugins.jquery.com/content/cluetip-doesnt-close-mouseout for the answer.
精彩评论