1
香港專業教育學院發現了一個腳本,希望修改 希望使先點擊和點擊SECOND出現在頁面加載 但仍隱藏在點擊該組中的其他元素, 需要幫助加載qtip
$(document).ready(function() {
$('.set').each(function() {
$('a[title]', this).qtip({
position: {
at: 'bottom center',
my: 'top center'
},
show: 'click',
hide: {
event: 'click',
target: $('a[title]', this)
}
});
});
});
http://jsfiddle.net/ADER8/132/
謝謝!