摘要: jQuery.fn.countdown = function(userOptions) { // Default options var options = { stepTime: 60, // startTime 和 format 必须设置一样的格式. format: "dd:hh:mm:ss", startTime: "01:00:00:00", digitImages: 6, digitWidth: 53, digitHeight: 77, timerEnd: function() {}, image: "digits.png" 阅读全文
posted @ 2012-10-18 13:20 baiezone 阅读(201) 评论(0) 推荐(0) 编辑