JS: replace to
$('.head-recall').each(function() { $(this).replaceWith('<span>' + $(this).html() + '</span>'); });