你好
我正在使用线索提示,它运行良好。但我希望所有提示都在网站上的确切位置打开。
我的线索提示看起来像这个自动取款机
$('a.btn').cluetip(
{
cluetipClass: 'jtip',
local:true,
sticky: true,
dropShadow: false,
hoverIntent: true,
closePosition: 'title',
sticky: true,
leftOffset: 25,
closeText: '<img src="/images/cluetip/cross.png" alt="" />',
cursor: 'pointer',
activation: 'click',
}
);