$(function () { if (moi.isMobile()) { $('.oem_footer_menu .mobile_title').on('click', function () { $(this).toggleClass('open'); $(this).parent().find('.list').slideToggle(200); }); } });