教程集 www.jiaochengji.com
教程集 >  jQuery  >  jQuery 插件  >  正文 jQuery Countdown Plugin

jQuery Countdown Plugin

发布时间:2014-07-01   编辑:jiaochengji.com
This is a simple countdown plugin which displays a countdown effect. The usage could't be simpler, just one line. For example: $('span.countdown').countdown({seconds: 30}); You can add an option called 'callback', like this: $(&ap
This is a simple countdown plugin which displays a countdown effect.The usage could't be simpler, just one line. For example:$('span.countdown').countdown({seconds: 30});You can add an option called 'callback', like this:$('span.countdown').countdown({seconds: 30, callback: 'hello_world()'});Then the function 'hello_world()' will be excuted when time out.

您可能感兴趣的文章:
jQuery Countdown Plugin
jQuery iPhone Plugin
jQuery Cycle Lite Plugin
Wookmark jQuery plugin
jQuery Date Picker Plugin
jQuery向导插件 Jquery Wizard Plugin
Simple jQuery Date-picker Plugin
jQuery 对话框插件 Dialog jQuery Plugin
jQuery Horizon Menu Plugin
jQuery Radmenu Plugin

[关闭]
~ ~