[jQuery] JQuery Countdown
I'm trying to get the countdown from http://keith-wood.name/countdown.html
working but i just dont understand the directions. is you scroll down
some to the "Usage" section step 3 is where I get confused. Could
someone explain what the directions mean by "Connect the countdown
functionality to your divs" and also where I put the javascript, what
I put on the HTML side?
The type of countdown I'm trying to get to work is the Unordered List
which is
$('#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>'});
but just confused where everything goes and how to get it to work.