<!DOCTYPE html>src="//libs.baidu.com/jquery/1.10.2/jquery.min.js"$(document).ready(function(){$("button").click(function(){$("h1").insertAfter("p");});});This is a headingThis is a paragraph.This is another paragraph.Move and insert the h1 element after each p element