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();})效果演示https://www.qietu.com/p/jQuery.Running.js/
评论