var child = $(".have-child"), time = $(".no-time"); child.click(function() { child.not($(this).toggleClass("open")).removeClass("open"); time.not($(this).next().slideToggle()).slideUp() });