$(function(){$('#ccc').click(function(){var parent=$(this).parent();$(parent).find (".area_edit").each(function(){$(this).hide()})}) });