jQuery('body').on('DOMNodeInserted', 'span.captions-text span', function () { console.log(jQuery(this).text()); });