$('ol.slides-bullets').find('a').click(function() { $('ul.slides').find('li').eq($(this).index()).css("color","red"); })