[jQuery] Jquery Countdown!!!
Can someone just give me some instructions to get this to work??? I
don't understand how to implement this into my site... where would I
put this:
$('#listLayout').countdown({until: liftoffTime, format: 'yODHMS',
layout: '<ul>%Y<li>%n %l</li>%Y%O<li>%n %l</li>%O%D<li>%n %l</li>
%D' +
'%H<li>%n %l</li>%H%M<li>%n %l</li>%M%S<li>%n %l</li>%S</ul>'});
??? The countdown.js and jquery.js are loading but I don't get it...
and also what would I put in the html side? I got this from here
http://keith-wood.name/countdown.html#listLayout
thanks