I am using dropdown list box in my html page. I want to change an image on selection of each item from dropdown list box. And also i am using one array which contains the number of item such as temp and for displaying that temp I am using one label I want to change label and also change image on selection of each item in dropdown list box.
How is it possible?
I don’t know if I understand you correctly, but here is the sample using jQuery: http://jsfiddle.net/ZFpQh/7/
html
javascript