Vote count:
0
Im to stupid. How can i make id="getting-started" change to some text when countdown are finished.
There is a nice doc but just can figure it out. No problems with formatting etc.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>KB1919 Widget</title>
<script type="text/javascript" src=
"http://ift.tt/1h847p1">
</script>
<script src="js/jquery.countdown.js">
</script>
</head>
<body>
<div id="getting-started"></div>
<script type="text/javascript">
$("#getting-started")
.countdown("2015/01/01", function(event) {
$(this).text(
event.strftime('%D days %H:%M:%S')
);
});
</script>
</body>
</html>
asked 2 mins ago
Jquery Final Countdown script
Aucun commentaire:
Enregistrer un commentaire