This demo using carousel works fine.. I mean clicking on next/previous button the images change.
Here is the code:
$('[id^="myCarousel"]').carousel();
Here is the demo using jquery 1.7.1: http://jsfiddle.net/S2rnm/300/
Here is the demo using jquery 1.8.2: http://jsfiddle.net/S2rnm/303/
If I try to upload the version of jQuery to 1.8.2, when I click on next/previous button the images do not change.
Any hints?
Thanks.