Replace h2 with h1 using jquery
$("h2").replaceWith(function () { return "<h1>" + $(this).text() + "</h1>"; });
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.