我使用http://plugins.learningjquery.com/cluetip插件和 jtip 类
html代码:
<a class="jt" href="ajax6.html" rel="ajax6.html" title="jTip Style!">
and jquery :
$('a.jt:eq(0)').cluetip({
cluetipClass: 'jtip',
arrows: true,
dropShadow: false,
hoverIntent: false,
sticky: true,
mouseOutClose: true,
closePosition: 'title',
closeText: '<img src="cross.png" alt="close" />'
});
但是当我想在 jt 班上使用 2 次或更多时间时,只是头等舱工作,例如:
<a class="jt" href="ajax6.html" rel="ajax6.html" title="jTip Style!">
<a class="jt" href="ajax5.html" rel="ajax5.html" title="jTip Style!">
仅加载 ajax6 并显示工具提示,而 ajax5 未加载工具提示