ハロー
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',
}
);