$(function() { $('.button_blue').click(function() { alert(1); var src = this.closest('.col3').find('img').attr('src'); alert(2); }); });