Tuesday, March 15, 2011

Date Selector in jQuery

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

From stackoverflow
  • 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.

    Rac123 : 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).
    Jonathan Sampson : @Rac123, if you're interested in the graphical-nature of the element, you should mention that in your question.

0 comments:

Post a Comment