1 2 3 4 5
$(function(){ $("h1").each(function(el){ $(el).attr('aria-label', "Page title: " + el.innerText) }) })