/
Gists
/ Jquery - replace tag with another
On gists
Jquery - replace tag with another
5.4.2016
jQuery
Helpers-Filters-Plugins
Jquery - replace tag with another
replace-tag-by-another.js
Raw
#
$('li').replaceWith(function(){ return $("<div />").append($(this).contents()); });