jQuery工具提示插件 sBubble
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/iFadey/jquery-sBubble
- 软件文档: http://www.ifadey.com/2013/01/sbubble-jquery-css3-tooltip-plugin/
软件介绍
sBubble 是一个 jQuery 的 tooltip 插件,使用 CSS3 的阴影和动画效果,无需图片。
示例代码:
$('#targetElement').sBubble({
content : 'Tooltip on Right',
position: 'right', //other options are bottom, left, top
height : 19,
width : 100
});
Introduction to Algorithms, 3rd Edition
Thomas H. Cormen、Charles E. Leiserson、Ronald L. Rivest、Clifford Stein / The MIT Press / 2009-7-31 / USD 94.00
Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. Introduction to Algorithms uniquely combines rigor and comprehensiveness. The book covers a broad ......一起来看看 《Introduction to Algorithms, 3rd Edition》 这本书的介绍吧!
