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