Aşağıdaki kodlardan yola çıkarak yapabilirsin sanırım hocam.
$.ajax({
    type: "GET",
    url: "veri.php",             
    dataType: "html",           
    success: function(response) {$("#input").html(response);}
});