$('label:contains("Название")').parent().next().children().val();
alert($('label:contains("Название")').parent().next().children().val());