Q:

How to get textarea text using jQuery

0

How to get textarea text using jQuery.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

HTML Code :








MySQL was developed by Michael Widenius and David Axmark in 1994. Presently MySQL is maintained by Oracle (formerly Sun, formerly MySQL AB). 

JavaScript Code:

 var text = $('textarea#mytextarea').val();  
 console.log(text);

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now