jQuery automatic scroll / slideshow
- by tony noriega
Could i modify this existing code to automatically scroll through the list items to display the content?
Sorry, the: ul li a {} links.
Maybe using "interval" method?
$(document).ready(function(){
$('ul.tabNav a').click(function() {
var curChildIndex = $(this).parent().prevAll().length + 1;
…