前言
快过年了,为了让网站带有春节的气息,,开发带有春节特色的进度条。
效果演示

使用说明
- 在项目中引入jquery、进度条插件,将如下代码加入页面head元素中。
<script type="text/javascript" src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="https://dcs4569.github.io/js/farmer.progress.js"></script>
- 指定页面元素执行progress函数,则在元素后面添加进度条,代码如下:
//年年有鱼
$('#demo').progress({type:'fish'},function(){
width ++;
if(width < 10){
return 10;
}
return width;
});
//打运营
$('#demo').progress({type:'farmer',},function(){
width ++;
if(width < 10){
return 10;
}
return width;
});
//默认
$('#dem
创建春节主题进度条插件

本文介绍了如何在过年期间为网站增添春节气氛,通过开发一款特色进度条插件,展示效果、使用方法及源码,让网站充满年味。使用jQuery,插件类型包括'年年有鱼'和'打运营'等。
最低0.47元/天 解锁文章
1680

被折叠的 条评论
为什么被折叠?



