$.ajax({ type: "POST", url: "/News/Details/hotgallery?type=1", dataType:'html', success: function(data){ $("#pagelet-hotgallery").html(data); } });