Good day! Plz tell me in this question. The database stores text framed with <p></p>
tags. This text is pulled from the database using ajax and inserted into the textarea field using
$("textarea").html(res);
The problem is that in the end, in textarea, the resulting text is displayed along with the <p></p>
tags. How to make it so that instead of <p>
were full paragraphs? <p></p>
in the database specifically left to save paragraphs in the text