How can iterate through specific elements within the DOM and do something with each value? If you look at the code @:
http://codepen.io/anon/pen/uhgzy
Here I'm trying to replace all text values of links with the text value of the Title. But I'm getting all the results in each link. How can I break out of this and make sure that text link get's it's own Title?
So basically, what I would like to know is:
How I can take the result of an jQuery object and work with each value within it in chronological order?