在ajax成功後的活動元素下,cluetip的代碼不能用於第一次點擊,否則它可以順利運行。 第一次點擊會造成什麼問題?cluetip無法在ajax成功後首次點擊活動元素
$('a.load-local').live('click', function(event) {
$('a.load-local').cluetip({
width: 'auto',
activation: 'click',
local:true,
sticky: true,
arrows: true,
positionBy:'bottomTop',
cursor: 'pointer',
closePosition: 'top',
closeText: '<img src="images/close1.jpg" alt="close" width="16" height="16"
style="position:absolute; right:5px; top:0px;" />'
});
event.preventDefault();
});