$(function () { $('.agg-title').click(function () { var dupTitle = $(this).parents('.panel').find('.sup-title'); dupTitle.toggle(); }); });