08-05-2011, 19:46
Zrobilem to tak, w sekcji head umiescilem:
Natomiast w divach nic nie zmienialem, jest tak jak wyzej.
Nadal pokazuje same 0. Co jest zle? Moze podpowiedz jakas?
Kod:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"> </ script>
<script type="text/javascript" src="js/jquery.countdown.js"> </ script>
<script>
new Date(2011, 7 - 1, 7);
$('months').countdown({until: liftoffTime, format: 'O'});
$('days').countdown({until: liftoffTime, format: 'D'});
$('hours').countdown({until: liftoffTime, format: 'H'});
$('minutes').countdown({until: liftoffTime, format: 'M'});
$('seconds').countdown({until: liftoffTime, format: 'S'});
</script>
Natomiast w divach nic nie zmienialem, jest tak jak wyzej.
Nadal pokazuje same 0. Co jest zle? Moze podpowiedz jakas?