Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery get textarea text

$('input#mybutton').click(function() {
    var text = $('textarea#mytextarea').val();
    //send to server and process response
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #textarea #text
ADD COMMENT
Topic
Name
8+6 =