The following markup will have some extra elements injected into it (ie: a div containing some flash for example). How can i dynamically wrap all of the p tags in one div and add a button above it to toggle that newly made div?
<div class="post">
<p>blquehrgéoqihrteoijth</p>
</div>
<div class="post">
<p>blquehrgéoqihrteoijth</p>
<p>blquehrgéoqihrteoijth</p>
<p>blquehrgéoqihrteoijth</p>
<p>blquehrgéoqihrteoijth</p>
</div>