$(function() { var $w =$(window).width(); var e = window, a = 'inner'; if (!('innerWidth' in window )) { a = 'client'; e = document.documentElement || document.body; } var w = e[ a+'Width']; $(".slick_bar").slick({autoplay:!0,dots:true,pauseOnDotsHover:true,pauseOnFocus:false,pauseOnHover:false}); $(".tab_wrap").slide({titCell:'.hd a',mainCell:'.bd'}) })