Set value of textarea in jQuery by Tarik Have you tried val? $("textarea#ExampleMessage").val(result.exampleMessage);