How would you append a
tag on a value inside a textarea, it only appends it after a keypress of SHIFT+ENTER,
here is my code to append on the text area and it does not work??
$('#textarea').append("<br/>"); i think there are still something lacking.
Thank you. . .
Are you actually wanting to place the characters in the value?
Or simply add a new line?
Fiddle: http://jsfiddle.net/jonathansampson/SNeyy/
If you want to respond only to shift + enter:
Fiddle: http://jsfiddle.net/jonathansampson/SNeyy/1/