JQuery 와 Js 에서 어떻게 ajax 를 실행 한 후에 계속 실행 할 수 있 는 지 검토 합 니 다.

472 단어 JQueryJsajax

  $.ajax
       ({
            cache: false,
            async: false,   // , ,
            dataType: 'json', type: 'post',
            url: "../handle/Ladder_Fee_Code.ashx?ajaxaction=Select_FangAn",
            success: function (data)
            {
             alert("1");
            }
        });
             alert("2");

좋은 웹페이지 즐겨찾기