芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/demo.tamela.org/assets 1/js/main.js
$(function () { "use strict"; //Countdown $('[data-countdown]').each(function () { var $this = $(this), finalDate = $(this).data('countdown'); $this.countdown(finalDate, function (event) { $this.html(event.strftime('
%D
Days
%H
Hours
%M
Minutes
%S
Seconds
')); }); }); // WOW active new WOW().init(); });