$(document).ready(function($) { $(window).bind("load", function() { $('.dt_complexslider').dtComplexSlider({ 'height': 220, 'autoAdvance': true, 'autoAdvDuration': 500, 'autoAdvInterval': 3000, 'autoAdvPauseOnHover': true, 'showArrows': true, 'showTimer': false, 'showDescription': false, 'showGallery': false, 'showIcon': '.false.' }); }); });