摘要: 1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> 5 <script src="src/jquery.percentageloader-0.1.js"></script> 6 <link rel="stylesheet" href="s 阅读全文
posted @ 2012-10-31 22:18 NeverGiveUp_ZONE 阅读(589) 评论(0) 推荐(0) 编辑
摘要: 一、介绍 Spin.js是一个用于创建过程进度提醒控件的框架,使用CSS3来渲染UI,当浏览器不支持时,采用VML支持。不需要图片,没有外部CSS,没有依赖其它框架,高度可配置,分辨率无关,兼容所有主流浏览器包括IE6二、使用 1 var opts = { 2 lines: 7, // The number of lines to draw 3 length: 14, // The length of each line 4 width: 2, // The line thickness 5 radius: 0... 阅读全文
posted @ 2012-10-31 21:34 NeverGiveUp_ZONE 阅读(1343) 评论(0) 推荐(0) 编辑