可能重复:
jQuery cluetip('destroy') does not destroy/remove cluetip?
在我的代码中,有一个cluetip将自己绑定到一个锚点。我需要知道在进行单元测试时我能断言什么类型的属性?
此刻,我所能做的就是断言cluetip的id,这似乎不够。我想知道cluetip中是否存在某种类,当它绑定到特定的html元素时会发生变化。
答案 0 :(得分:1)
我已阅读ClueTip代码,并使用$(...).bind()
函数绑定所需的方法,以显示提示所需的元素。
我相信任何检查元素绑定的方法都会产生预期的效果。
它使用以下绑定:
click.cluetip
focus.cluetip
blur.cluetip
mousemove.cluetip
mouseenter.cluetip
mouseleave.cluetip
当然取决于所需的方法。