Skip to content Skip to sidebar Skip to footer

Displaying Values From Multiple Javascript Slider Values

I'm trying to figure out how to get multiple sliders to display their values to the right hand side, based on an example I found: http://webtutsdepot.com/2010/04/24/html-5-slider-i

Solution 1:

Id's have to be unique in a whole document. In this case range id is used in multiple span element. http://jsbin.com/ISekuSiN/5/


Post a Comment for "Displaying Values From Multiple Javascript Slider Values"