我使用了从这个位置获取的线索提示http://plugins.learningjquery.com/cluetip/
。我需要在页面加载时打开提示提示,并在单击关闭按钮时关闭提示提示。
html代码:
<a href="#" class="load-local" title="Test" id="sticky" rel="#loadme">load</a>
<div id="loadme">test content
<a href="#" class="cluetip-close">close</a>
</div>
现在线索提示仅在鼠标悬停时打开。我需要在页面加载时打开提示提示,并在单击关闭按钮时关闭提示提示。