Zrobilem to tak:
Dalej nie dziala. Dlaczego?
Czy dalej zly selektor?
Prosilbym o pokazanie jak to zrobic, postaram sie to zrozumiec.
Kod:
<script>
new Date(2012, 7 - 1, 7);
$('div.countdown-item#months').countdown({until: liftoffTime, format: 'O'});
$('div.countdown-item#days').countdown({until: liftoffTime, format: 'D'});
$('div.countdown-item#hours').countdown({until: liftoffTime, format: 'H'});
$('div.countdown-item#minutes').countdown({until: liftoffTime, format: 'M'});
$('div.countdown-item#seconds').countdown({until: liftoffTime, format: 'S'});
</script>
Dalej nie dziala. Dlaczego?
Czy dalej zly selektor?
Prosilbym o pokazanie jak to zrobic, postaram sie to zrozumiec.