sBubble 介绍
sBubble 是一个 jQuery 的 tooltip 插件,使用 CSS3 的阴影和动画效果,无需图片。
示例代码:
$('#targetElement').sBubble({ content : 'Tooltip on Right', position: 'right', //other options are bottom, left, top height : 19, width : 100 });
程序名称:sBubble
授权协议: 未知
操作系统: 跨平台
开发语言: JavaScript
sBubble 是一个 jQuery 的 tooltip 插件,使用 CSS3 的阴影和动画效果,无需图片。
示例代码:
$('#targetElement').sBubble({ content : 'Tooltip on Right', position: 'right', //other options are bottom, left, top height : 19, width : 100 });