Gemma,, Still supporting this mod?
rad all posts tried to find a solution but can't
having the same problem as most guys here, the timer is zeros can't get it to work.
here is the time i set it to
Code:
<script type="text/javascript">
var jq=$.noConflict();
jq(document).ready(function() {
jq('#countdown').countDown({
targetDate: {
'day': 12,
'month': 09,
'year': 2012,
'hour': 23,
'min': 08,
'sec': 05,
}
});
});
</script>