juanjimeneztj/countdown

CountDown version 4.0.0

4.0.0 2021-01-15 00:26 UTC

This package is auto-updated.

Last update: 2024-11-15 08:36:45 UTC


README

CountDown version 4.0.0

Use:

Initialize the div wherever you need the counter with the following lines:

<div id="gswebCountDown"></div>
<script>
    $('#gswebCountDown').gswebCountDown({
        date: "May 23, 2020 23:59:59 GMT-0400"
    });
</script>

Script required

The following lines of code are required to run this plugin:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="../path/gswebCountDown.min.js"></script>

Or you can use this from our server

<script src="https://juanjimeneztj.com/plugins/gswebCountDown4.0.0/gswebCountDown.min.js"></script>

Parameters

We can use parameters in this counter, below you have all the parameters you can use:

Description of all parameters

Default Parameters