I'm having jQuery take some textarea content and insert it into an li.
I want it to visually retain the line breaks.
There must be a really simple way to do this...
|
I'm having jQuery take some textarea content and insert it into an li. I want it to visually retain the line breaks. There must be a really simple way to do this...
| ||||
|
feedback
|
| |||||||||
feedback
|
|
you can simply do:
| |||||||||
feedback
|
|
Put this in your code (preferably in a general js functions library):
Usage:
creating a string prototype function allows you to use this on any string. | |||
|
feedback
|