This example use the .live event, which means that when you add a paragraph tag, the selector is applied to the new paragraph just like it's affecting the old one.
The next example uses the .bind event, which has the same function except when used with bind, the new paragraphs don't have the function attached to them.

Click me to add another paragraph.