Click any p element to make it disappear. Including this one.
Note: By using the live() method instead of bind(), the new p elements will also disappear when clicked.
Note: The live() method was deprecated in jQuery version 1.7, and removed in version 1.9. We have used an earlier version of jQuery (1.7 in the script tag), for this example to work.