To submit a form using jQuery I believe you need to check this out: http://api.jquery.com/submit/
And I am sure you can retrieve the submitted data with the following:
$('[name=mytextarea]').val()`
JamesStuddart
2010-10-31 08:41:01