each function jquery stack overflow

JavaScript
$('.vm-video-title').each(function(i, el) {
    el = $(el);
    el.html(el.html()+el.find("a").text());
});
Source

Also in JavaScript: