Just find the TextArea by using its ID and fetch the Text using jQuery Value attribute. $(function () { var result = $('#txtAreaID').val(); }); That's all, by ...
確定! 回上一頁