I add the tipsy tooltip to divs with the .placeTaken class. The user can then drag boxes around, so I remove the class and add it to a new div instead. When this happens, I
Use: .unbind('mouseenter mouseleave'); to remove a tipsy method.
The simplest way to remove tipsy ;
$('.tipsy:last').remove();
$("#tipsyfiedElement").unbind('mouseenter mouseleave'); // Or whatever event trigger the tiptool