Hi. I copied these codes in header:
<script
src="http://jquery-countdown.googlecode.com/svn/trunk/js/jquery.countdown.js"
type="text/javascript" charset="utf-8"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"
type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
$(function(){
$('#counter').countdown({
image: 'http://tafrih98.com/wp-content/uploads/2012/11/digits.png',
startTime: '01:12:12:00'
});
$('#counter_2').countdown({
image: 'http://tafrih98.com/wp-content/uploads/2012/11/digits.png',
startTime: '00:10',
timerEnd: function(){ alert('end!'); },
format: 'mm:ss'
});
});
</script>
<div id="counter"></div>
But it is not show in header and no places!
Why? What I do? Please help
Original issue reported on code.google.com by poy...@gmail.com on 29 Nov 2012 at 4:24
Original issue reported on code.google.com by
poy...@gmail.com
on 29 Nov 2012 at 4:24