I am trying to get this thing to work, but I am not sure I understand exactly how it is supposed to work. I have tried the follow 2 ways...
$("#carousel_dots a").click(function(){
var item = 3;
$('#home_carousel').carousel(item);
return false;
});
and I also tried to use the data-slide attribute...
<a href="#" data-slide="1">Item 1</a>
Anyways thanks in advance
