I’ve been hammering at this for 2 days and still could not get the result I want. Basically it is a simple content slider with “dot” controls. When you click a certain dot, it will go to that slide. And it also has a auto advance timer to auto scroll when not clicked.
So far I’ve been able to get the auto scroll to work however when you click on the dot, it just goes to the next slide in line instead of the specific one that I clicked on. It’s almost as if the dots just functions as a “next” control.
So ultimately i want the dots when click to go to that particular slide and also would like when I mouse out, it continues to auto scroll starting from the slide it is currently on.
Here is the code I have so far and you can see it running.
http://jsfiddle.net/PGcY2/
Thanks!
Here you go! Try it in JSFiddle. You didn’t set the current slider element. I made de current var global and voila, it works like a charm! Good luck with your project mate!