<!DOCTYPE html>src="//libs.baidu.com/jquery/1.10.2/jquery.min.js"$(document).ready(function(){$("body").delegate("p","click",function(){$(this).slideToggle();});$("button").click(function(){$("body").undelegate();});});This is a paragraph.This is another paragraph.Click any p element to make it disappear.Remove event handlers, added with the delegate() method, from all elements