[jQuery] Cluetip override Error to stop showing cluetip
Hi there,
I've been using the most recent version of cluetip 0.9.9.c and I have
overridden error function in the cluetip, but I was wondering how I
can hide the actual cluetip? I tried $(this).isActive = false but this
didn't work.
error: function(xhr, textStatus) {
/// HIDE THE TOOLTIP?
}
Basically I got a check in the error function that checks whether to
show the error or redirect to the login page in case I have forms
authentication. So how can I hide the tooltip?
Regards DotnetShadow