Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<span class="fancybox" data-link="" data-rel=""></span>
$('.fancybox').replaceWith(function(){ return'<a class="fancybox" href="'+$(this).data('link')+'" rel="'+$(this).data('rel')+'" title="'+$(this).text()+'">'+$(this).html()+'</a>'; });
$('.foto .fancybox').each(function(){ var newElem = $('<a>'); newElem.html($(this).html()); $.each($(this).prop('attributes'), function(){ newElem.attr(this.name === 'data-link' ? 'href' : this.name, this.value); }); $(this).replaceWith(newElem); });