Skip to content

kaeyleo/TickJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Tick.Js

Tick.js is a simple countdown plugin for jQuery/Zepto

Demo

Usage

You need to load the current version of jQuery and the javascript file of the plugin, just link in your HTML:

<script src="jquery.min.js"></script>
<script src="tick.js"></script>

Then create a container element in your html:

<div id="timer"></div>

Now you can initialize the plugin:

$('#timer').countDown(
	'2017-03-16 02:00:00', 'Time\'s up!'
);

Yep, it works!

##Syntax

element.countDown(Date, endTitle)

Properties

Property Type Description
Date String The end time of your fancy countdown.
endTitle String Show something when the end date is reached

About

jQuery/Zepto plugin for countdown, simple and easy to use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published