$(document).ready(function(){ var test = $(".m_2dep_box .smenu"); $(".main-service-slide").owlCarousel({ items : 1, loop : true, autoplay : true, navigation : true, pagination : true, }); $(test).each(function(){ if($(this).children('li').length > 4){ $(this).addClass('half-menu'); } }) if($('body').hasClass('file-down-bbs') { $('.service-box').addClass('off'); }); })