Skip to content

kelvinbiffi/Kountdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Countdown

Countdown JS Plugin

Installation

CDNScript

<body>

    ...
    ...

    <!-- Colar script antes de fechar a tag body-->
    <script src="https://cdn.jsdelivr.net/gh/kelvinbiffi/[email protected]/kountdown.js"></script>
</body>

or

Clone the repository and download de Script

Usage

<div data-kountdown="DATE|POSITION|CALLBACK"></div>

OR

new Kountdown(element, date, position).create();
new Kountdown(element, date, position).create(function (date) {
  console.log(date);
});

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.