$(function(){ $("h1").each(function(el){ console.log(el) el['aria-label'] = 'Section title is ' + el.innerText }) }) function stonewash (s) { return s.replace(/'0/g, '20').replace(/_/g, ' ') }