How Can I Write Jquery.No Conflict With The Following Jquery Script. I am Using this Jquery to Slide images on my page. How Can I use No conflict with the following Script ?
<script type="text/javascript">
$(document).ready(function () {
$("#waterwheel-carousel-default").waterwheelCarousel();
$("#waterwheel-carousel-higharch").waterwheelCarousel({
startingWaveSeparation: -90,
waveSeparationFactor: .7,
centerOffset: 10,
startingItemSeparation: 120,
itemSeparationFactor: .9,
itemDecreaseFactor: .75
});
});
</script>
It’s explained in the documentation:
http://api.jquery.com/jQuery.noConflict/