-
개발일지 #002 (ajax활용)웹개발 일지 2021. 12. 14. 12:05
$.ajax({ type: "GET", url: "http://spartacodingclub.shop/sparta_api/weather/seoul", data: {}, success: function (response) { let temp = response['temp'] $('#temp').text(temp) } })
상당히 생소한
$('#temp')
형태. 복습이 필요.
'웹개발 일지' 카테고리의 다른 글
웹개발일지(서버, 클라이언트 연결) #004 (0) 2021.12.18 웹개발일지 #003 (0) 2021.12.16 개발일지 #001 (0) 2021.12.13