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