(function($){ $(document).ready(function($) { console.log("do it"); $("#carousel").waterwheelCarousel({ flankingItems: 1, speed: 700, autoPlay: -5000, separation: 250, // include options like this: // (use quotes only for string values, and no trailing comma after last option) // option: value, // option: value }); }); }(jQuery));