sBubble 是一个 jQuery 的 tooltip 插件,使用 CSS3 的阴影和动画效果,无需图片。
示例代码:
$('#targetElement').sBubble({ content : 'Tooltip on Right', position: 'right', //other options are bottom, left, top height : 19, width : 100 });