I am attempting to add a simple indicator to my carousel. For the time being, the number of indicators doesn’t have to be dynamically generated. I am trying to replicated the carousel on the BBC homepage.
The indicator on BBC site are those orange dots on the top right.
I dont care to make the dots a link to the corresponding slide, I just want the dots to cycle according to if you click ‘prev’ or ‘next’
For example: ( o = indicator )
<prev [IMGS] next>
o o o
My jsFiddle: http://jsfiddle.net/yTKyU/
See the updated fiddle: http://jsfiddle.net/yTKyU/1/