Advertisement
OlgaT-ET

Replace h1 with p

Jun 24th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.15 KB | None | 0 0
  1. <script type="text/javascript">
  2. jQuery(document).ready(function($){
  3. $('#comments').replaceWith('<p>' + $('#comments').html() +'</p>');
  4. });
  5. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement