Example 1: jquery get textarea text $('input#mybutton').click(function() { var text = $('textarea#mytextarea').val(); //send to server and process response } ...
確定! 回上一頁