crazyyy
4/28/2014 - 11:39 AM

JS: replace <a> to <span>

JS: replace to

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