$('div.CatalogList').on('click', '> div .button', function () { var src = $(this).parent('div').find('img').attr('src'); });