I have a slider functioning here.
What i want to do is when slider goes in between 10-20, 21-40, 41-60, 61-80, 81-100 i want image to be replaced with another, you can see a default image which i want to be replaced…
So for example if slider is in between 21-40 image source should be changed to
<img src="images/slide_2.jpg" width="459" height="315">
and so on.. how to do it ?
Live Example:
JS:
HTML: