我在图像上放置了一个cluetip工具提示,并通过外部文件添加了指向cluetip的html链接。我试图让鼠标在图像上打开,然后在鼠标移出图像时关闭。当我选择三个按钮中的一个时,我将鼠标移动到cluetip / image上时,除了cluetip闪烁之外所有这些都有效...
这些必须是一种方法,如果有人可以帮助我,谢谢
我目前有:
$(document).ready(function() {
$(\'a.tips\').cluetip({
width: 80,
topOffset: -45,
leftOffset:-90,
positionBy: \'fixed\',
cluetipClass: \'rounded\',
showTitle: false,
sticky: true,
mouseOutClose: true
});
});
什么是好的是使用粘性'true'与鼠标关闭,但我不能让它工作。