$(function(){ $('.adapt').on('click',function() { var parent = $(this).parent(); alert($('h4',parent).html()); }); });