<!DOCTYPE html>src="//libs.baidu.com/jquery/1.10.2/jquery.min.js"$(document).ready(function(){$("button").click(function(){$("p").clone().appendTo("body");});});This is a paragraph.This is another paragraph.Clone all p elements, and append them to the body element