is it possible to use jQuery to strip a tag from a 'div' ?

example:

<article>
<p>hello world</p>
<p>last paragraph</p>
</article>

I would like strip the <p> tags from 'last paragraph'.

Reply via email to