ajax 페이지 다시 불 러 오 는 방법

1204 단어 면접시험
$.ajax({
  type:"post",  url:url,  data:{xxx:xx},  dataType: "json",  
  success : function(data){   window.location.href="   url,        data       ";  }});
             ,    window.open(url);
  success: function (data) {
            layer.msg(data["message"]);
            if (data["result"] == "success") {
                setTimeout(function () {
                    window.parent.location.reload();//             ,        !
                }, 1000);
            }

좋은 웹페이지 즐겨찾기