Jquery UI Slider - Input a Value and Slider Move to Location
        Posted  
        
            by RobertC
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by RobertC
        
        
        
        Published on 2009-08-25T18:14:47Z
        Indexed on 
            2010/05/14
            8:44 UTC
        
        
        Read the original article
        Hit count: 629
        
I was wondering if anyone has found a solution or example to actually populating the input box of a slider and having it slide to the appropriate position onBlur() .. Currently, as we all know, it just updates this value with the position you are at. So in some regards, I am trying to reverse the functionality of this amazing slider.
One link I found: http://www.webdeveloper.com/forum/archive/index.php/t-177578.html is a bit outdated, but looks like they made an attempt. However, the links to the results do not exist. I am hoping that there may be a solution out there.
I know Filament has re-engineered the slider to handle select (drop down) values, and it works flawlessly.. So the goal would be to do the same, but with an input text box.
Any help would be incredible!
Thanks in Advance!!
Robert
© Stack Overflow or respective owner