$(function() { $('.otvet').on('click', function() { var test = $(this).prevAll(".name:first").find('a').attr('href'); $('.text').text("["+ test.substr(25) + "]"+",") }); });