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