HTML5 Slider Tutorial Javascript Function Programming




Lesson Code: http://www.developphp.com/video/HTML/Slider-Tutorial-Javascript-Function-Programming
Learn to program HTML5 sliders using Javascript to spruce up the user interfacing in your applications and programs.

Original source


27 responses to “HTML5 Slider Tutorial Javascript Function Programming”

  1. good , I have an application in which I need to change a value with silder .

    closely followed his steps eh eh and succeeded in changing the value.

    Now I need to bring that modifiable variable elsewhere. This is done with Ajax ? or I should consider.

    thanks.

  2. How do you make the value update as the slider is dragged around? Right now it only updates after the mouse is released. It's confusing to the user if the value doesn't update as the slider is being used.

  3. OK is this possible? If i create javascript function and in that function there is variable can I change the value of that var using slider and will it reflects the changes that occur due to change in value of the var?

  4. Adam, thank you for this video.

    After trying so many things I was trying to make an analog clock where we can move the hands of the clock by dragging them, suppose one want to adjust the time in the clock by adjusting the hands, I tried so hard but couldn't make it, can you please help me with that. It will be great help..

  5. Wow, that was really easy. I'm thinking of using this to let the users of a site where I'm working on able to change the font size to whatever they like (So a Slider starting at 1 and ending at 20 and in steps of one). Thanks.

Leave a Reply