微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

jQuery.Running.js

程序名称:jQuery.Running.js

授权协议: GPL

操作系统: 跨平台

开发语言: JavaScript

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();

})

效果演示

http://www.qietu.com/p/jQuery.Running.js/

jQuery.Running.js 官网

http://www.qietu.com/p/jQuery.Running.js/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐