Here’s a fiddle with a working Bootstrap carousel.
http://jsfiddle.net/jeykeu/5TDff/
And here’s the official documentation which tells nothing about event usage.
http://twitter.github.com/bootstrap/javascript.html#carousel
I thought this would work but no:
$('#carousel').bind('slide',function(){
alert("Slide Event");
});
Based on your fiddle
#carouselis wrong. It should be#myCarousel.Updated Example:
http://jsfiddle.net/infiniteloops/wPF3n/
With Bootstrap 3
http://jsfiddle.net/infiniteloops/wPF3n/252/