У меня есть следующий html
<img src="a.jpg" /><p> This is some random text and just to test this example. This is some random text and just to test this example. This is some random text and just to test this example<p>
<br><p>This is some random text and just to test this example This is some random text and just to test this example</p>
<img src="a.jpg" />
<br><p>This is some random text and just to test this example This is some random text and just to test this example</p>
Мой вопрос заключается в том, что если мне нужно сделать предварительный просмотр текста только с использованием jquery, предположим, что у меня это в переменной с именем htmlотображать только несколько частей текста, игнорируя изображения
<div id="preview"></div>
$("#preview").val("//display only text in the variable named html")