Home ยป Replace One HTML Tag With Another Using jQuery
$('li').replaceWith(function(){ return $("<div />").append($(this).contents()); });
Save my name, email, and website in this browser for the next time I comment.
Δ