jQuery: How to remove the tipsy tooltip?

前端 未结 9 1847
盖世英雄少女心
盖世英雄少女心 2021-01-08 01:17

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

9条回答
  •  轮回少年
    2021-01-08 01:52

    If you don't want the tipsy to show anymore just use .tipsy('disable') on the element.

    If you are using trigger: manual and you want to hide it you can just remove the .tipsy div on the body.

    There's also disable enable and toggleEnabled

提交回复
热议问题