Fork me on GitHub
摘要: // 倒计时插件 (function (){ function countdown(config){ var startDate = config.start ? new Date(config.start) : new Date(); var endDate = new Date(config.end); var id = config.id || 'countdown'; var time... 阅读全文
posted @ 2016-06-06 15:27 明天后浪 阅读(1788) 评论(0) 推荐(0)