Bootstrap 2 seems to handle the slide event perfectly (see this question ) with the following code:
$('#myCarousel').bind('slide', function (e) { console.log('slide event!'); });
I cannot, however, get the same for working in Bootstrap 3 (see this fiddle ). Does anyone know why?
javascript jquery html twitter-bootstrap twitter-bootstrap-3
ringstaff
source share