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.