$.ajax({ url: "<c:url value="/pages/enterpriseAccount/approvePart/myApplicationPage.jsp"/>",global: false,type: "POST",dataType: "html",async: false,success: function(msg) { $('#aaa').html(""); $('#aaa').html(msg); } })
$.ajax({ url: "<c:url value="/pages/enterpriseAccount/approvePart/myApplicationPage.jsp"/>",global: false,type: "POST",dataType: "html",async: false,success: function(msg) { $('#aaa').html(""); $('#aaa').html(msg); } })