i have this form and im trying to get the value from the text area. for some reason it doesn\'t want to.
You can directly use
var message = $.trim($("#message").val());
Read more @ Get the Value of TextArea using the jQuery Val () Method