<textarea style="height: 300px;" class="jqueryFindBody" cols="20" rows="2">
1
2
3
</textarea>
In the asp.net textbox above, if I replace its text with its own text, the line breaks get lost
$('.jqueryFindBody').text($('.jqueryFindBody').text());
I tried using html instead of text, but the line breaks are always lost. How do I preserve the line breaks?