<!DOCTYPE html>src="//libs.baidu.com/jquery/1.10.2/jquery.min.js"$(document).ready(function(){$("button").click(function(){$("p").wrap(document.createElement("div"));});});type="text/css"div{background-color:yellow;}This is a paragraph.This is another paragraph.Create a new div and wrap around each p element