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

A simple and easy jQuery plugin to generate regressive counting from a period.

## Requirements

* jQuery 1.7+

## Usage

	$( "#countdownContainer" ).countdown( settings );

## Settings

	"since" : Date Object, // Date start of the period, current date(client-side) by default 
	"until" : Date Object, // Date end of the period, current date + 1 day(client-side) by default 
	"delay" : int (ms), // Delay between each update of the counter, 1000 by default
	"showNegative" : boolean, // Sets if counter continues to update if the result is negative, false by defult
	"onChange" : function, // Function executed each update of the counter

## Example

	
Days: Hours: Minutes: Seconds:

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