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.
+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
2009-02-11 14:28:52
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
2009-02-11 15:33:17
@Rac123, if you're interested in the graphical-nature of the element, you should mention that in your question.
Jonathan Sampson
2009-02-11 16:29:20