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
The simplest way to remove tipsy ;
$('.tipsy:last').remove();