728x90 반응형 success1 [ JAVASCRIPT ] ajax를 통해 서버 처리 후 특정 레이어에 replace function ajaxReplace(callUrl, jsonData, layerId, successFunc, errFunc, completeFunc) { $("#ly-loading").show(); if (getType(jsonData) == "object") { jsonData.jdcid = (new Date()).getTime(); } else if (getType(jsonData) == "string") { jsonData += "&jdcid=" + (new Date()).getTime() + "&ajax_yn=Y"; } $.ajax({ url : callUrl, data : jsonData, contentType : "application/x-www-form-urlencoded; charset=.. 개발/WEB PROGRAMMING 2020. 11. 12. 이전 1 다음 728x90 반응형