Advertisement
OlgaT-ET

replace one tag with another

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