onComplete

Hi All,

I’m using the countdown code supplied at www.littlewebthings.com and would like to change the onComplete function so that when the countdown finished the page is forwarded to another .html page?

// Set the Countdown
02	jQuery(document).ready(function() {
03	    $('#countdown_dashboard').countDown({
04	        targetOffset: {
05	            'day':      0,
06	            'month':    0,
07	            'year':     0,
08	            'hour':     0,
09	            'min':      0,
10	            'sec':      5
11	        },
12	        // onComplete function
13	        onComplete: function() { $('#complete_info_message').slideDown() }
14	    });
15	});

Many thanks,

Keith

What are you wanting help with? How to change the location to another page?