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:
<
href="#myCarousel" is looking for and trying to move the window to that position.
href="#myCarousel"
try setting your href to href="javascript:void(0)"
href="javascript:void(0)"