A
A
Anton Kudaev2018-02-15 19:04:03
JavaScript
Anton Kudaev, 2018-02-15 19:04:03

Can't run countdown.js what to do?

Can't run countdown.js what to do?

<div id="getting-started"></div>
<script type="text/javascript">
  $("#getting-started")
  .countdown("2017/01/01", function(event) {
    $(this).text(
      event.strftime('%D days %H:%M:%S')
    );
  });
</script>

This is the code from github - hilios.github.io/jQuery.countdown does not work when transferred to the site.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Shinso, 2018-02-15
@Shinso

Well, there are several options, firstly, is there jquery on the site and secondly, did you also transfer countdown.js
And well, did you set the date for a time that has not yet arrived?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question