brenjt of Offer Space
9/11/2019 - 9:11 PM

Utils Countdown

<div id="CountDown"></div>
<div id="custom-selector"></div>
<script>
    // Default options. 900 seconds and #CountDown selector
    window.Countdown.enable()

    // Count down from 2 minutes. Number is in seconds
    window.Countdown.enable(120)

    // With custom selector
    window.Countdown.enable(null, '#custom-selector')
</script>