jQuery display text nested in paragraphs inside a div
- by user961627
I have HTML that looks something like this:
<div class='textbox' data-title='Sometitle'>
<div class='textareaedit'>
<p><strong>Test sample text</strong></p>
</div>
</div>
I'm sometimes going to have a few different <p> tags inside the textareaedit divs, and sometimes strong tags around…