I have a textarea like this:
<textarea id="text">some text</textarea>
It can be updated by the user as you would expect. But when I try to load the content in javascript, it still shows the original value:
$('#text').text() // shows original, unedited text