阅读背景:

未捕获的TypeError:使用jQuery在js中非法调用

来源:互联网 
 function makePvsApplicantCalls(){
         console.log('In makePvsApplicantCalls'); 
         $.ajax({
             type: 'GET',
             url: "/reppify/RPCPostAdapter/httprpc/applicationFacade/getPreviousApplicants",
             data : {jobId : jobId, page: pgNoPA++},
             cache: false,
             beforeSend: function(){
                 console.log('In makePvsApplicantCalls Before Send'); 
             },                     
             success: onSuccessPA,
             complete: function(){  
                 $('#prevSpinner').hide();
             },
             error: handleError,
             dataType: 'json'
        });
}
 function makePvsApplicantCalls(){
         con



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: