I want to get the value of a textarea element. I get the value when the user press Enter (Return Key). The problem is that when I do this, the textarea value comes with "\n" in the end. I know its there, how can I strip this out?   
<br>