728x90 Ajax에서OpenAPI1 Ajax 기본 사용 방법 & OpenAPI 이용해 실시간 값 가져오기 Ajax 기본 사용 방법 Ajax : 비동기통신 Ajax 기본 작동 Ajax는 *JQuery를 임포트한 페이지*에서만 동작 가능하다 JQuery를 임포트 되어있지 않을 경우 Ajax 에러 메시지 Uncaught TypeError: $.ajax is not a function → ajax가 없다는 뜻 기본 Ajax 형태 $.ajax({ type: "GET", url: "여기에URL을입력", data: {}, success: function(response){ console.log(response) } }) 위의 기본 형태로 Ajax를 사용한다. $.ajax({ type: "GET", // GET 방식으로 요청한다. url: "http://openapi.seoul.go.kr:8088/6d4d776b466c6.. 2022. 1. 1. 이전 1 다음 728x90