views:

497

answers:

1

Does anybody know if there's a jQuery based implementation for this (or similar) date slider? This one is a Prototype/Scriptaculous based solution and it's heavy in the size.

http://www.ajaxorized.com/dateslider/slider.html

+1  A: 

You can probably use the native slider in jQueryUI, and add the dates as values.

There is a demo of the range slider. Note the CSS involved, which gives you the ability to create your own custom skins, if that is of interest to you.

Jonathan Sampson
Thanks Jonathan for your reply. I know that I can use jQueryUI's native slider but was looking for GUI like the link I provided rather that just plain slider. I was comparing to what Google Finance (Flash based) chart's bottom date selector. (e.g http://www.google.com/finance?q=bac).
Rac123
@Rac123, if you're interested in the graphical-nature of the element, you should mention that in your question.
Jonathan Sampson