JavaScript: Alternative to JQuery's (dual) Slider control?
        Posted  
        
            by GregJohn
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by GregJohn
        
        
        
        Published on 2010-03-28T17:36:34Z
        Indexed on 
            2010/03/28
            17:43 UTC
        
        
        Read the original article
        Hit count: 884
        
I am using the JQuery Slider control for use as a double sided slider (dual slider).
It's a great UI control but I'm looking for an alternative that isn't so "fat".
Right now, just for me to use the Slider control, I have to include:
- JQuery core
- JQuery UI core
- JQuery Slider plugin
When I both minimize using Google's awesome Closure (minimizer) and GZIP the JavaScript, I'm still at around 29kb.
Question: Do any comparable (dual) Slider control exist that isn't such a large download?
© Stack Overflow or respective owner