I\'m getting a JSON element and building a list from its items like this:
getTitles: function(data) { data = data || {}; var list = []; $.getJSO
You can use the arrive.js library (it uses MutationObserver internally).
document.arrive('a', function(){ // 'this' refers to the newly created element var newElem = this; });