When I advance the slider manually, the slider jumps to the top of the page. How can I prevent this from happening? Help much appreciated! Here\'s the code:
<
Set href to href="javascript:void(0)" then add this somewhere in your js:
href="javascript:void(0)"
$('.carousel-control.right').click(function(){ $('.carousel').carousel('next')}); $('.carousel-control.left').click(function(){ $('.carousel').carousel('prev')});