2
HalloCluetip在同一地點開放
我正在使用cluetip,它的工作原理完美。但我希望所有提示可以在網站上的確切位置打開。
我的線索提示看起來像這樣ATM
$('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',
}
);
我想你必須修改插件才能做到這一點;事實上我不確定爲什麼你會在這種情況下使用cluetip。 – Pointy 2010-10-12 13:47:46