[jQuery] Re: Jquery Countdown!!!

2008-11-09 Thread B3
one matters, but put the "'yODHMS'," on the > line above it right after the "Format:" > > That may or may not solve the problem, but give it a try. > > On Nov 9, 12:05 pm, [EMAIL PROTECTED] wrote: > > >http://designbishop.com/4/ > > > On

[jQuery] Re: Jquery Countdown!!!

2008-11-08 Thread B3
; '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>' >

[jQuery] Jquery Countdown!!!

2008-11-08 Thread B3
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: '%Y%n %l%Y%O%n %l%O%D%n %l %D' + '%H%n %l%H%M%n %l%M%S%n %l%S'});

[jQuery] JQuery Countdown

2008-10-29 Thread B3
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 yo