表示:コンソールでキース木のカウントダウンいつも私がちょうど終了bodyタグの前に配置し、このコードを使用してWebページ上のキース・ウッドカウントダウンを実装しようとしている0
$(function(){
var untilDate = new Date(2016,4,4,8,0);
console.log(untilDate.getFullYear() + "-" + untilDate.getMonth() + "-" + untilDate.getDate());
$("#next-departure").countdown($.countdown.regionalOptions["fr"]);
$("#next-departure").countdown(
{
until:untilDate,
format:'yowdHMS'
}
);
});
ないエラーをし、日付が正しいですかしかし...常に表示: No countdown running
私は欠けているものを上の任意のアイデア?それは、コードと空のパラメータで作成されているので
大丈夫です... Thx ... –