0

I have a textarea and dynamically on keydown i wanna know if there are any line breaks or not. I AM putting the value of textarea on keyup inside a div. But if someone gives a carriage return in textarea . There are no line breaks in div. How can i possibly get the breaks?

HackerManiac
  • 243
  • 1
  • 4
  • 20

1 Answers1

6

More people need to know about this:

<div style="white-space:pre-wrap">


                            SPAAAAAAAAAAAAAAAAAAAAAAAAAAAACE!

</div>

Demo

Niet the Dark Absol
  • 320,036
  • 81
  • 464
  • 592