Hi,
I have a jQuery Carousel on my website but would am trying to add a jQuery Carousel to the page too but when I do so the Carousel stops working.
Here is the code for the Carousel in the head section:
[php]
[/php]
Here is the code for the Slider at the end of the page:
[php]
$(function () {
// Slideshow 1
$("#slider").responsiveSlides({
maxwidth: 800,
speed: 1000
});
});
</script>
[/php]
Any help is appreciated!