How to get textarea text using jQuery.
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);
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
HTML Code :
JavaScript Code: