jQuery创意网站建设中即将开放倒计时代码

jQuery创意网站建设中即将开放倒计时代码-精品资源网
jQuery创意网站建设中即将开放倒计时代码
此内容为免费资源,请登录后查看
0
免费资源

jQuery创意网站建设中即将开放倒计时代码

jQuery创意网站建设中即将开放倒计时代码,你也可以调整一下用到别的地方,网页倒计时效果还是比较常用的。

js代码

<script type=\"text/javascript\" src=\"js/jquery-1.3.2.js\"></script> 
<script type=\"text/javascript\" src=\"js/jquery.countdown.js\"></script> 
<script type=\"text/javascript\" src=\"js/DD_belated.js\"></script> <!--IE6 png图片处理-->
<script type=\"text/javascript\">
$(function () {
	$(\'#defaultCountdown\').countdown({
		since: new Date(2018, 7-1, 20, 0, 0, 0 ),// change this date to match yours, format is year, month-1, day, hour(24), min, sec
		format: \'ODHMS\'
	});
});
</script> 

© 版权声明
THE END
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容