Running the jQuery carousel and slider on the same page

Question:

It seems that I can’t run the carousel and slider at the same time. Is there a way to achieve this?

Answer:

When adding the codes, you need to remove the second jquery.js from the code (marked by red), then the the slider and carousel will work at the same time.

<script src="sliderengine/jquery.js"></script>
<script src="sliderengine/amazingslider.js"></script>
<script src="sliderengine/initslider-1.js"></script>

<script src="carouselengine/jquery.js"></script>
<script src="carouselengine/amazingcarousel.js"></script>
<link rel="stylesheet" type="text/css" href="carouselengine/initcarousel-3.css">
<script src="carouselengine/initcarousel-3.js"></script>