$(document).ready(function () {
/* 延遲函數 */
return this.each( function () {
setTimeout(func, time);
};
jQuery.fn.countDown = function (settings, to) {
{
startFontSize: '36px',
長度: 1000,
endNumber: 0,
回音: function () { }
}, settings);
if (!to && to != settings.endNumber) { to = settings.startNumber; }
倒數計時的號碼
$(this).text(to).css('fontSize', sett 頁面動畫
$(this).animate({
' fontSize': settings.endFontSize
}, settings.duration, ''. if (to >; settings.endNumber 1) {
, settings.startFontSize).text(to - 1).countDown(settings, to - 1);
其他{
}
}) ;
});
};
// 使用
$('#countdown').countDown({ 回調: function (me) {
} 🎜>