Jquery help for current time indication within a range
Posted
by
Appster
on Stack Overflow
See other posts from Stack Overflow
or by Appster
Published on 2013-07-03T11:02:45Z
Indexed on
2013/07/03
11:05 UTC
Read the original article
Hit count: 231
I'm looking for a simple light-weight jquery plugin that'll help me show something like this in my website:
Essentially, this is like a timeline. I know the start and end dates (in that, they don't change) and the position of today's date just gives an indication of how far along I am into a task I took up on Jun 1, 2012. That's all I need it for - a better visual indication of my current status. I've found a lot of jquery timeline plugins but they are too complex for what I'm trying to do. Any ideas or suggestions? Thanks in advance.
© Stack Overflow or respective owner