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 also get the value by element's name attribute.
var message = $("#formId textarea[name=message]").val();