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
If you don't want the tipsy to show anymore just use .tipsy('disable') on the element.
.tipsy('disable')
If you are using trigger: manual and you want to hide it you can just remove the .tipsy div on the body.
trigger: manual
.tipsy
There's also disable enable and toggleEnabled
disable
enable
toggleEnabled