$(function(){ $(".catalog").click(function(){ $(this).next('div').eq(0).toggleClass('active','medium'); return false; }); });