[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.