I need to add a url redirect to this coding
this is the jquery code
I need it to redirect when the countdown gets to zero
$(function(){
$('#countdown_dashboard').countDown({
targetDate: {
'day': 27,
'month': 1,
'year': 2012,
'hour': 0,
'min': 0,
'sec': 0
}
});
})
http://www.littlewebthings.com/projects/countdown/example.php?e=on_complete