(function ($) { // Initialize elements var $carousel = $('#qedCarousel'); $carousel.carousel({ interval: 2000 }); })(jQuery);