$(function() { $('.block a').click(function() { alert($(this).siblings('b').html()); return false; }); })