$.ajax({
url:"post.php",
type="POST",
data:{veri-postu:data},
success:function(veri){
$("textarea").val(veri);
}
});