I would like to implement a modern countdown timer into my website, and I've found this one works very nicely, but after downloading it off of Github I'm having trouble getting it to work! What am I doing wrong?
https://github.com/PragmaticMates/jquery-final-countdown
This is the link to their GitHub, I downloaded the 'demo' folder and opened both the html files, but the countdown won't just start!
Here is my result: http://infntest.altervista.org/countdown/data-attributes.html
This is the tutorial, it's got the whole code: http://goo.gl/D4a9c9
My head
tag:
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/demo.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-countdown/2.0.1/jquery.countdown.min.js"></script>