jQuery.Running.js
- 授权协议: GPL
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://www.qietu.com/p/jQuery.Running.js/
- 软件文档: http://git.oschina.net/qietuwang/jQuery.Running.js
软件介绍
jQuery.Running.js (奔跑吧,数字!)是一款可以让数字,柱形图,饼形图跑起来的插件,支持滚动条响应。压缩后文件大小仅4k。
使用方法
加载jQuery.Running.css 样式文件
<link rel="stylesheet" href="css/jquery.running.css">
调用jQuery类库和jQuery.Running.min.js文件
<script type="text/javascript" src="js/jquery-1.7.2.js"></script> <script type="text/javascript" src="js/jquery.running.js"></script>
启用插件 $(container).running();
$(function(){
$('body').running();
})效果演示
Introduction to Programming in Java
Robert Sedgewick、Kevin Wayne / Addison-Wesley / 2007-7-27 / USD 89.00
By emphasizing the application of computer programming not only in success stories in the software industry but also in familiar scenarios in physical and biological science, engineering, and appli......一起来看看 《Introduction to Programming in Java》 这本书的介绍吧!
