I would like to convert the right-hand vertical list of clips, currently in a scrollable panel, into a typical jQuery horizontal carousel scroll/thumbnail mechanism with left/right buttons. I've done the css bit: http://jsfiddle.net/nCNcL/
To start with I had a stab at trying to 'say hello' to the ul elements via jQuery but this didn't work (lines 415-420 in the js).
Hi Jacob,
I would like to convert the right-hand vertical list of clips, currently in a scrollable panel, into a typical jQuery horizontal carousel scroll/thumbnail mechanism with left/right buttons. I've done the css bit: http://jsfiddle.net/nCNcL/
To start with I had a stab at trying to 'say hello' to the ul elements via jQuery but this didn't work (lines 415-420 in the js).
Many thanks