$(function(){ $('.con_faq dt').click(function(){ if(!$(this).is('.sp_only') || $(this).is('.sp_only') && abi.sp) { var $next = $(this).next(); if(!$next.is(':animated')) $next.slideToggle(300).prev().toggleClass('open'); } }); });