<!DOCTYPE html>src="//libs.baidu.com/jquery/1.10.2/jquery.min.js"$(document).ready(function(){$("button").click(function(){$("p").wrap(function(){return "<div></div>"});});});type="text/css"div{background-color:yellow;padding:10px;}This is a paragraph.Wrap a div element around the p element