Can I add Amazing Slider and Amazing Carousel to one page?

Question:

I am using both the Slider and Carousel program.

I cannot get a slider and a carousel to run on the same page. Is this possible?

Answer:

Yes. You can add the slider and the carousel to one page.

When adding the head section codes, you need to remove the second line of jquery.js (marked by red in the following code snippet):

<!-- Insert to your webpage before the </head> -->
 <script src="sliderengine/jquery.js"></script>
 <script src="sliderengine/amazingslider.js"></script>
 <script src="sliderengine/initslider-1.js"></script>
 <!-- End of head section HTML codes -->
 <!-- Insert to your webpage before the </head> -->
 <script src="carouselengine/jquery.js"></script>
 <script src="carouselengine/amazingcarousel.js"></script>
 <link rel="stylesheet" type="text/css" href="carouselengine/initcarousel-1.css">
 <script src="carouselengine/initcarousel-1.js"></script>
 <!-- End of head section HTML codes -->