jquery-countdown
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:
# countdown jquery plugin #

I needed a page countdown script to do super sweet stuff after a few minutes. So I whipped this bad boy up real quick.
It's stupid easy to use:

    $("#powpow").countdown(30, function() { alert('whammy'); });

Where, #powpow is the element(s) where you want the countdown to appear (it outputs as min:sec)
All you do is supply how many seconds and a callback.

You can have more than one countdown on a page. See example.html where I have 2 countdowns, and I spread one countdown across multiple divs at once.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。