$.ajax({ type:"GET/POST", url: "target url", data: "var1=" + data1, success: function(msg){ $("#targethtml").html(msg) }, error: function(errormsg){ console.log(errormsg) } });