[jQuery] Textarea
[jQuery] Textarea
Hi Im trying to retrieve the contents of a text area using
$("#emailsend").click(
function(sendmail)
{
var address=$("#sendmailad").text();
var messagetext=$("#message").text();
alert(messagetext);
where #message is the text area. All i get is the initial contents of the
area, not the revised contents.
Any ideas?
--
View this message in context: http://www.nabble.com/Textarea-tf2009415.html#a5520526
Sent from the JQuery forum at Nabble.com.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/