$.ajax({ type: "GET", url: "veri.php", dataType: "html", success: function(response) {$("#input").html(response);} });