[jQuery] Re: jQuery Countdown help

2009-09-18 Thread MorningZ

Any indication with what the error/is other than having trouble?

I've been using coding with this plugin the past few days and haven't
had any issue setting that date



On Sep 18, 4:12 pm, Jason stonesoupandboiledfr...@gmail.com wrote:
 I am attempting to use the jQuery Countdown plugin 
 fromhttp://keith-wood.name/countdown.html, and i'm having trouble setting
 the values to count down until. Any guidance would be greatly
 appreciated.

 $(function () {
         var austDay = new Date();
         austDay = new Date(austDay.getFullYear() + 1, 1 - 1, 26);
         $('#count').countdown({until: austDay, layout: '{dn} {dl}, {hn} {hl},
 {mn} {ml}, and {sn} {sl}'});
         $('#year').text(austDay.getFullYear());

 });

 Cheers,
 Jason


[jQuery] Re: jQuery Countdown and close button

2009-07-05 Thread Keith

The problem is that the closeButton setup is called immediately it is
encountered - before the button itself exists - so no match and
nothing happens. You need to move the $('#closeButton').click(function
() { ... }); inside the document ready call: $(function () { ...}).


[jQuery] Re: jQuery Countdown and close button

2009-07-04 Thread Doug Avery

It looks like neither the Quiz or Quizc div ids have quotes around
them...could that be it?



[jQuery] Re: jQuery Countdown, can anyone get it to work??

2009-05-15 Thread elubin

where is theuntil2dobject?

eric


[jQuery] Re: jQuery Countdown, can anyone get it to work??

2009-05-15 Thread Davo

HI Eric,

I'm lost on that.  I've tried many different variations and now feel
like crying.

Great script :) but poor documentation :(

I'll keep trying

On May 15, 3:53 pm, elubin elu...@yahoo.com wrote:
 where is the    until2d    object?

 eric


[jQuery] Re: jQuery countdown with simple percentage bar display?

2009-04-22 Thread Richard D. Worth
You may consider using jQuery UI Progressbar as a base:

http://jqueryui.com/demos/progressbar/

You could handle the change event and inspect the value, to see which class
to add for changing the color:

http://docs.jquery.com/UI/Progressbar#event-change

- Richard

On Wed, Apr 22, 2009 at 2:35 PM, Andy Matthews amatth...@dealerskins.comwrote:


 I'm wondering if there exists a jQuery plugin which would display a
 percentage bar counting down from a specified time. As the remaining time
 gets lower and lower, the bar would change from green, to yellow, to red,
 etc.

 I'm trying to provide a visual display of the time remaining in a user's
 session on our website control panel.


 Andy Matthews
 Senior Web Developer

 www.dealerskins.com

 P Please consider the environment before printing this e-mail.

 Total customer satisfaction is my number 1 priority! If you are not
 completely satisfied with
 the service I have provided, please let me know right away so I can correct
 the problem,
 or notify my manager Aaron West at aw...@dealerskins.com.




[jQuery] Re: jQuery countdown with simple percentage bar display?

2009-04-22 Thread Eric Garside

I've got a clock plugin which can do countdown timers, called
epiClock. http://code.google.com/p/epiclock

With a pretty simple rendering function (covered in the docs here:
http://eric.garside.name/docs.html?p=epiclock ), you should be able to
hook it into a progress bar, or merely display a countdown timer.



On Apr 22, 4:19 pm, Richard D. Worth rdwo...@gmail.com wrote:
 You may consider using jQuery UI Progressbar as a base:

 http://jqueryui.com/demos/progressbar/

 You could handle the change event and inspect the value, to see which class
 to add for changing the color:

 http://docs.jquery.com/UI/Progressbar#event-change

 - Richard

 On Wed, Apr 22, 2009 at 2:35 PM, Andy Matthews 
 amatth...@dealerskins.comwrote:



  I'm wondering if there exists a jQuery plugin which would display a
  percentage bar counting down from a specified time. As the remaining time
  gets lower and lower, the bar would change from green, to yellow, to red,
  etc.

  I'm trying to provide a visual display of the time remaining in a user's
  session on our website control panel.

  Andy Matthews
  Senior Web Developer

 www.dealerskins.com

  P Please consider the environment before printing this e-mail.

  Total customer satisfaction is my number 1 priority! If you are not
  completely satisfied with
  the service I have provided, please let me know right away so I can correct
  the problem,
  or notify my manager Aaron West at aw...@dealerskins.com.


[jQuery] Re: jQuery countdown with simple percentage bar display?

2009-04-22 Thread Andy Matthews

Thanks Eric. That looks like just what I need, the timer version.


andy 

-Original Message-
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of Eric Garside
Sent: Wednesday, April 22, 2009 3:56 PM
To: jQuery (English)
Subject: [jQuery] Re: jQuery countdown with simple percentage bar display?


I've got a clock plugin which can do countdown timers, called epiClock.
http://code.google.com/p/epiclock

With a pretty simple rendering function (covered in the docs here:
http://eric.garside.name/docs.html?p=epiclock ), you should be able to hook
it into a progress bar, or merely display a countdown timer.



On Apr 22, 4:19 pm, Richard D. Worth rdwo...@gmail.com wrote:
 You may consider using jQuery UI Progressbar as a base:

 http://jqueryui.com/demos/progressbar/

 You could handle the change event and inspect the value, to see which 
 class to add for changing the color:

 http://docs.jquery.com/UI/Progressbar#event-change

 - Richard

 On Wed, Apr 22, 2009 at 2:35 PM, Andy Matthews
amatth...@dealerskins.comwrote:



  I'm wondering if there exists a jQuery plugin which would display a 
  percentage bar counting down from a specified time. As the remaining 
  time gets lower and lower, the bar would change from green, to 
  yellow, to red, etc.

  I'm trying to provide a visual display of the time remaining in a 
  user's session on our website control panel.

  Andy Matthews
  Senior Web Developer

 www.dealerskins.com

  P Please consider the environment before printing this e-mail.

  Total customer satisfaction is my number 1 priority! If you are not 
  completely satisfied with the service I have provided, please let me 
  know right away so I can correct the problem, or notify my manager 
  Aaron West at aw...@dealerskins.com.




[jQuery] Re: Jquery Countdown!!!

2008-11-21 Thread bthreesix


I pasted this in and it didnt work

$('div#countdowntimer').countdown({until:new Date
(2009,9,15,14,0,0),format:'odHMS'});

is there something im not doing right? heres my whole page

!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd 


html xmlns=http://www.w3.org/1999/xhtml;
head

titlecountdown/title
link href=css/style.css type=text/css rel=stylesheet/
link href=css/jquery.countdown.css type=text/css rel=stylesheet/
script src=js/jquery.js type=text/javascript/script
script src=js/countdown.js type=text/javascript/script
script type=text/javascript
$('div#countdowntimer').countdown({until:new Date
(2009,9,15,14,0,0),format:'odHMS'});
/script
/head
body
div id=countdowntimer/div
/body
/html

I'm trying to make it countdown to December 15th, which I can do  
myself but I'm trying to figure out why this won't work because I want  
to place more than 1 type of countdown on my site


On Nov 18, 2008, at 2:51 17 PM, Mihai wrote:


$('div#countdowntimer').countdown({until:new Date
(2009,9,15,14,0,0),format:'odHMS'});




[jQuery] Re: Jquery Countdown!!!

2008-11-18 Thread Mihai

I found out how (just a couple of minutes ago):

You don't need to initialize a variable using the new Date, but do the
initialization inside .countdown({

example:

$('div#countdowntimer').countdown({until:new Date
(2009,9,15,14,0,0),format:'odHMS'});

This will countdown to: September 15th 2009, 14:00

Cheers,
Mehigh

On Nov 9, 10:57 pm, B3 [EMAIL PROTECTED] wrote:
 I got it to work, but I see the + 5 is what sets the days left to
 countdown to.  Everytime I reupload this will change since the
 countdown will start over.. Is there a way I can set a specific date
 instead of days left?

 On Nov 9, 10:45 am, CodingCyborg [EMAIL PROTECTED] wrote:

  Since the way this forum is set up the line breaks are changed. This
  caused some of your code lines to be off.
  The line after layout: with the + at the end should be on the same
  line as the layout: line.
  Also, I'm not sure if this 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 Nov 9, 2008, at 9:43 46 AM, Pixelstuff wrote:

Do you have a test page we can view?

On Nov 8, 11:52 pm, B3 [EMAIL PROTECTED] wrote:
I did exactly what you said, added the top to my head and added the
span to the html and still nothing.  Seems the files are being  
loaded,
so I don't understand whats going on.. anythin else I can try?

On Nov 8, 4:49 pm, FrenchiINLA [EMAIL PROTECTED] wrote:

Add the following in the header of your page with the correct
liftoffTime value
    script type=text/javascript
        $(function() {
            var liftoffTime = new Date();
            liftoffTime.setDate(liftoffTime.getDate() + 5);
            $('#listLayout').countdown({ until: liftoffTime, format:
'yODHMS',
                layout: 'ul%Yli%n %l/li%Y%Oli%n %l/li%O
%Dli
%n %l/li%D' +
    '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%n %l/li%S/ul'
            });
        });
    /script

Then in your page body add a span like span id=listLayout/span
and your code should work

On Nov 8, 3:30 pm, B3 [EMAIL PROTECTED] wrote:

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%Yli%n %l/li%Y%Oli%n %l/li%O%Dli%n %l/
li
%D' +
    '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%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 
herehttp://keith-wood.name/countdown.html#listLayout

thanks


[jQuery] Re: Jquery Countdown!!!

2008-11-18 Thread Mihai

I also tried to play around with this but still without success.
Apparently you can initialize the date like this:
var liftoffTime = new Date();
liftoffTime.setDate(2009,8,1,14,0,0); (year / month / day / hour /
minute / seccond)

but it keeps counting 65 months and down.. and starting over when I
hit refresh.

Any other ideas ?

On Nov 9, 10:57 pm, B3 [EMAIL PROTECTED] wrote:
 I got it to work, but I see the + 5 is what sets the days left to
 countdown to.  Everytime I reupload this will change since the
 countdown will start over.. Is there a way I can set a specific date
 instead of days left?

 On Nov 9, 10:45 am, CodingCyborg [EMAIL PROTECTED] wrote:

  Since the way this forum is set up the line breaks are changed. This
  caused some of your code lines to be off.
  The line after layout: with the + at the end should be on the same
  line as the layout: line.
  Also, I'm not sure if this 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 Nov 9, 2008, at 9:43 46 AM, Pixelstuff wrote:

Do you have a test page we can view?

On Nov 8, 11:52 pm, B3 [EMAIL PROTECTED] wrote:
I did exactly what you said, added the top to my head and added the
span to the html and still nothing.  Seems the files are being  
loaded,
so I don't understand whats going on.. anythin else I can try?

On Nov 8, 4:49 pm, FrenchiINLA [EMAIL PROTECTED] wrote:

Add the following in the header of your page with the correct
liftoffTime value
    script type=text/javascript
        $(function() {
            var liftoffTime = new Date();
            liftoffTime.setDate(liftoffTime.getDate() + 5);
            $('#listLayout').countdown({ until: liftoffTime, format:
'yODHMS',
                layout: 'ul%Yli%n %l/li%Y%Oli%n %l/li%O
%Dli
%n %l/li%D' +
    '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%n %l/li%S/ul'
            });
        });
    /script

Then in your page body add a span like span id=listLayout/span
and your code should work

On Nov 8, 3:30 pm, B3 [EMAIL PROTECTED] wrote:

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%Yli%n %l/li%Y%Oli%n %l/li%O%Dli%n %l/
li
%D' +
    '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%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 
herehttp://keith-wood.name/countdown.html#listLayout

thanks


[jQuery] Re: Jquery Countdown!!!

2008-11-09 Thread B3

I got it to work, but I see the + 5 is what sets the days left to
countdown to.  Everytime I reupload this will change since the
countdown will start over.. Is there a way I can set a specific date
instead of days left?

On Nov 9, 10:45 am, CodingCyborg [EMAIL PROTECTED] wrote:
 Since the way this forum is set up the line breaks are changed. This
 caused some of your code lines to be off.
 The line after layout: with the + at the end should be on the same
 line as the layout: line.
 Also, I'm not sure if this 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 Nov 9, 2008, at 9:43 46 AM, Pixelstuff wrote:

   Do you have a test page we can view?

   On Nov 8, 11:52 pm, B3 [EMAIL PROTECTED] wrote:
   I did exactly what you said, added the top to my head and added the
   span to the html and still nothing.  Seems the files are being  
   loaded,
   so I don't understand whats going on.. anythin else I can try?

   On Nov 8, 4:49 pm, FrenchiINLA [EMAIL PROTECTED] wrote:

   Add the following in the header of your page with the correct
   liftoffTime value
       script type=text/javascript
           $(function() {
               var liftoffTime = new Date();
               liftoffTime.setDate(liftoffTime.getDate() + 5);
               $('#listLayout').countdown({ until: liftoffTime, format:
   'yODHMS',
                   layout: 'ul%Yli%n %l/li%Y%Oli%n %l/li%O
   %Dli
   %n %l/li%D' +
       '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%n %l/li%S/ul'
               });
           });
       /script

   Then in your page body add a span like span id=listLayout/span
   and your code should work

   On Nov 8, 3:30 pm, B3 [EMAIL PROTECTED] wrote:

   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%Yli%n %l/li%Y%Oli%n %l/li%O%Dli%n %l/
   li
   %D' +
       '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%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 
   herehttp://keith-wood.name/countdown.html#listLayout

   thanks


[jQuery] Re: Jquery Countdown!!!

2008-11-09 Thread CodingCyborg

Since the way this forum is set up the line breaks are changed. This
caused some of your code lines to be off.
The line after layout: with the + at the end should be on the same
line as the layout: line.
Also, I'm not sure if this 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 Nov 9, 2008, at 9:43 46 AM, Pixelstuff wrote:



  Do you have a test page we can view?

  On Nov 8, 11:52 pm, B3 [EMAIL PROTECTED] wrote:
  I did exactly what you said, added the top to my head and added the
  span to the html and still nothing.  Seems the files are being  
  loaded,
  so I don't understand whats going on.. anythin else I can try?

  On Nov 8, 4:49 pm, FrenchiINLA [EMAIL PROTECTED] wrote:

  Add the following in the header of your page with the correct
  liftoffTime value
      script type=text/javascript
          $(function() {
              var liftoffTime = new Date();
              liftoffTime.setDate(liftoffTime.getDate() + 5);
              $('#listLayout').countdown({ until: liftoffTime, format:
  'yODHMS',
                  layout: 'ul%Yli%n %l/li%Y%Oli%n %l/li%O
  %Dli
  %n %l/li%D' +
      '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%n %l/li%S/ul'
              });
          });
      /script

  Then in your page body add a span like span id=listLayout/span
  and your code should work

  On Nov 8, 3:30 pm, B3 [EMAIL PROTECTED] wrote:

  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%Yli%n %l/li%Y%Oli%n %l/li%O%Dli%n %l/
  li
  %D' +
      '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%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 
  herehttp://keith-wood.name/countdown.html#listLayout

  thanks


[jQuery] Re: Jquery Countdown!!!

2008-11-09 Thread bthreesix

http://designbishop.com/4/

On Nov 9, 2008, at 9:43 46 AM, Pixelstuff wrote:


 Do you have a test page we can view?



 On Nov 8, 11:52 pm, B3 [EMAIL PROTECTED] wrote:
 I did exactly what you said, added the top to my head and added the
 span to the html and still nothing.  Seems the files are being  
 loaded,
 so I don't understand whats going on.. anythin else I can try?

 On Nov 8, 4:49 pm, FrenchiINLA [EMAIL PROTECTED] wrote:

 Add the following in the header of your page with the correct
 liftoffTime value
 script type=text/javascript
 $(function() {
 var liftoffTime = new Date();
 liftoffTime.setDate(liftoffTime.getDate() + 5);
 $('#listLayout').countdown({ until: liftoffTime, format:
 'yODHMS',
 layout: 'ul%Yli%n %l/li%Y%Oli%n %l/li%O 
 %Dli
 %n %l/li%D' +
 '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%n %l/li%S/ul'
 });
 });
 /script

 Then in your page body add a span like span id=listLayout/span
 and your code should work

 On Nov 8, 3:30 pm, B3 [EMAIL PROTECTED] wrote:

 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%Yli%n %l/li%Y%Oli%n %l/li%O%Dli%n %l/ 
 li
 %D' +
 '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%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 
 herehttp://keith-wood.name/countdown.html#listLayout

 thanks
 



[jQuery] Re: Jquery Countdown!!!

2008-11-09 Thread Pixelstuff

Do you have a test page we can view?



On Nov 8, 11:52 pm, B3 [EMAIL PROTECTED] wrote:
 I did exactly what you said, added the top to my head and added the
 span to the html and still nothing.  Seems the files are being loaded,
 so I don't understand whats going on.. anythin else I can try?

 On Nov 8, 4:49 pm, FrenchiINLA [EMAIL PROTECTED] wrote:

  Add the following in the header of your page with the correct
  liftoffTime value
      script type=text/javascript
          $(function() {
              var liftoffTime = new Date();
              liftoffTime.setDate(liftoffTime.getDate() + 5);
              $('#listLayout').countdown({ until: liftoffTime, format:
  'yODHMS',
                  layout: 'ul%Yli%n %l/li%Y%Oli%n %l/li%O%Dli
  %n %l/li%D' +
      '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%n %l/li%S/ul'
              });
          });
      /script

  Then in your page body add a span like span id=listLayout/span
  and your code should work

  On Nov 8, 3:30 pm, B3 [EMAIL PROTECTED] wrote:

   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%Yli%n %l/li%Y%Oli%n %l/li%O%Dli%n %l/li
   %D' +
       '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%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 
   herehttp://keith-wood.name/countdown.html#listLayout

   thanks


[jQuery] Re: Jquery Countdown!!!

2008-11-08 Thread FrenchiINLA

Add the following in the header of your page with the correct
liftoffTime value
script type=text/javascript
$(function() {
var liftoffTime = new Date();
liftoffTime.setDate(liftoffTime.getDate() + 5);
$('#listLayout').countdown({ until: liftoffTime, format:
'yODHMS',
layout: 'ul%Yli%n %l/li%Y%Oli%n %l/li%O%Dli
%n %l/li%D' +
'%Hli%n %l/li%H%Mli%n %l/li%M%Sli%n %l/li%S/ul'
});
});
/script

Then in your page body add a span like span id=listLayout/span
and your code should work

On Nov 8, 3:30 pm, B3 [EMAIL PROTECTED] wrote:
 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%Yli%n %l/li%Y%Oli%n %l/li%O%Dli%n %l/li
 %D' +
     '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%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 
 herehttp://keith-wood.name/countdown.html#listLayout

 thanks


[jQuery] Re: Jquery Countdown!!!

2008-11-08 Thread B3

I did exactly what you said, added the top to my head and added the
span to the html and still nothing.  Seems the files are being loaded,
so I don't understand whats going on.. anythin else I can try?

On Nov 8, 4:49 pm, FrenchiINLA [EMAIL PROTECTED] wrote:
 Add the following in the header of your page with the correct
 liftoffTime value
     script type=text/javascript
         $(function() {
             var liftoffTime = new Date();
             liftoffTime.setDate(liftoffTime.getDate() + 5);
             $('#listLayout').countdown({ until: liftoffTime, format:
 'yODHMS',
                 layout: 'ul%Yli%n %l/li%Y%Oli%n %l/li%O%Dli
 %n %l/li%D' +
     '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%n %l/li%S/ul'
             });
         });
     /script

 Then in your page body add a span like span id=listLayout/span
 and your code should work

 On Nov 8, 3:30 pm, B3 [EMAIL PROTECTED] wrote:

  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%Yli%n %l/li%Y%Oli%n %l/li%O%Dli%n %l/li
  %D' +
      '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%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 
  herehttp://keith-wood.name/countdown.html#listLayout

  thanks


[jQuery] Re: JQuery Countdown

2008-11-05 Thread ricardobeat

That code works straight away.

All you need is

html
head
script etc etc
script type=text/javascript
$(document).ready(function(){
  $('#count').countdown({until: liftoffTime, format: 'yODHMS',
layout: 'ul%Yli%n %l/li%Y%Oli%n %l/li%O%Dli%n %l/li
%D' + '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%n %l/li%S/ul'});

});
/script
/head
body

   div id=count/div

/body
/html

On Nov 5, 12:49 am, ami'n [EMAIL PROTECTED] wrote:
 Is there any workaround for this

 i wonder why i'm still unable to make it work?

 $(function(){
         $('#countdown2').countdown({until: '+7D +7H +22M +56S ', format:
 'yODHMS', layout: '%S%n %l%S, %M%n %l%M, %H%n %l%H, and %D%n %l%D'});

 });

 there's still an error

 On Oct 29, 5:17 pm, B3 [EMAIL PROTECTED] wrote:

  I'm trying to get thecountdownfromhttp://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 thecountdown
  functionality to your divs and also where I put the javascript, what
  I put on the HTML side?

  The type ofcountdownI'm trying to get to work is the Unordered List
  which is
  $('#listLayout').countdown({until: liftoffTime, format: 'yODHMS',
      layout: 'ul%Yli%n %l/li%Y%Oli%n %l/li%O%Dli%n %l/li
  %D' +
      '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%n %l/li%S/ul'});

  but just confused where everything goes and how to get it to work.


[jQuery] Re: JQuery Countdown

2008-11-04 Thread ami'n

Is there any workaround for this

i wonder why i'm still unable to make it work?

$(function(){
$('#countdown2').countdown({until: '+7D +7H +22M +56S ', format:
'yODHMS', layout: '%S%n %l%S, %M%n %l%M, %H%n %l%H, and %D%n %l%D'});
});

there's still an error

On Oct 29, 5:17 pm, B3 [EMAIL PROTECTED] wrote:
 I'm trying to get thecountdownfromhttp://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 thecountdown
 functionality to your divs and also where I put the javascript, what
 I put on the HTML side?

 The type ofcountdownI'm trying to get to work is the Unordered List
 which is
 $('#listLayout').countdown({until: liftoffTime, format: 'yODHMS',
 layout: 'ul%Yli%n %l/li%Y%Oli%n %l/li%O%Dli%n %l/li
 %D' +
 '%Hli%n %l/li%H%Mli%n %l/li%M%Sli%n %l/li%S/ul'});

 but just confused where everything goes and how to get it to work.


[jQuery] Re: jQuery countdown

2008-08-25 Thread [EMAIL PROTECTED]

Nice it works great. Thx for you help!

On 24 aug, 13:56, Sarbesh [EMAIL PROTECTED] wrote:
 instead of div you can use span

 Je mag weer spelen over span class=countdown secs={$error}/
 span!


[jQuery] Re: jQuery countdown

2008-08-24 Thread Sarbesh

instead of div you can use span

Je mag weer spelen over span class=countdown secs={$error}/
span!


[jQuery] Re: jQuery countdown

2008-08-24 Thread Sarbesh

instead of div you can use span

Je mag weer spelen over span class=countdown secs={$error}/
span!

hopefully this will do it..