$.ajax({ url: "htmls/p1.html", cache: false, success: function(html) { $("#test").html(html); } });
$("#test").load('htmls/p1.html');