加载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(); })