javascript 줄임말- jQuery 문법 https://sunnyscript.tistory.com/14 서버 통신에서 보내주는 JSON형식의 데이터 https://sunnyscript.tistory.com/17 Ajax https://sunnyscript.tistory.com/18 과제 오류 원인 1. 스크립트문법 ( jQuery문법 $~~~) 안에 또 스크립트 문법$~~~ 들어갈 수 있음. $(document).ready(function() { ~~~ $.ajax ({~~~~ success: function(response) { ~~~ $("#temp").text(response)~~~ 2. 텍스트 바꾸는 문법 $("#부여한_이름").text("바꾸려는 텍스트") -----> txt 아님. '' ..