<!DOCTYPE html>src="//libs.baidu.com/jquery/1.10.2/jquery.min.js"$(document).ready(function(){$("button").click(function(){$("body").append($("p:first").clone(true));});$("p").click(function(){$(this).animate({fontSize:"+=1px"});});});Click this paragraph to increase text size.This is another paragraph.Copy the first p element (including event handlers), and append to body element