[jQuery] Textarea and newlines
There is a textarea with id 'tresc'.
Am taking data from it by:
var tresc = $("#tresc");
then ->
tresc.val()
How i can add
tag after every new line, so I can add this do the
database or sent by mail? Was googling for solution for about 3 hours,
nothing works.
Cheers.