[jQuery] Stripping last html tag within an area.

[jQuery] Stripping last html tag within an area.


is it possible to use jQuery to strip a tag from a 'div' ?
example:
<article>

hello world


last paragraph


</article>
I would like strip the

tags from 'last paragraph'.