demo:
http://plugins.learningjquery.com/cluetip/demo/
<link rel="stylesheet" href="jquery.cluetip.css" type="text/css" />
<script src="jquery.cluetip.js" type="text/javascript"></script>
$('a.title').cluetip({
splitTitle: '|',
dropShadow: false,
cluetipClass: 'rounded',
showTitle: false
});
<a href="#" class="title" title="未完成原因|${instance.reason}" >${instance.complete}</a>
http://plugins.learningjquery.com/cluetip/demo/
<link rel="stylesheet" href="jquery.cluetip.css" type="text/css" />
<script src="jquery.cluetip.js" type="text/javascript"></script>
$('a.title').cluetip({
splitTitle: '|',
dropShadow: false,
cluetipClass: 'rounded',
showTitle: false
});
<a href="#" class="title" title="未完成原因|${instance.reason}" >${instance.complete}</a>
本文介绍了一个名为 Cluetip 的 jQuery 插件示例。该插件用于为页面上的元素添加提示框效果。示例展示了如何通过 CSS 和 JavaScript 初始化 Cluetip 并配置其样式。
149

被折叠的 条评论
为什么被折叠?



