jquery 비동기 크로스 도 메 인 접근 코드


/*
    $.ajax({
        url : url,
        type : 'POST',
        data : {
            CorpID : CorpID,
            Pwd : Pwd,
            Mobile : Mobile,
            Content : Content,
            Cell : '',
            SendTime : ''
        },
        async : true,//
        dataType : 'text',//'text','jsonp'
        success : function(data, textStatus) {
            //alert(data);
            if (data == 0) {
                alert(" , !");
            } else if (data == -1) {
                alert(" !");
            } else if (data == -2) {
                alert(" : .");
            } else if (data == -3) {
                alert(" !");
            } else if (data == -4) {
                alert(" !");
            } else if (data == -5) {
                alert(" , !");
            } else if (data == -6) {
                alert(" !");
            } else if (data == -7) {
                alert(" 10 !");
            } else if (data != null) {
                alert(" :" + data);
            }
        },
        error : function(data) {
            alert(' : , !');
        }
    });
    */

좋은 웹페이지 즐겨찾기