웹개발 종합반 2주차 강의
본문 바로가기
항해 전/웹 개발 종합반

웹개발 종합반 2주차 강의

by 은돌1113 2021. 10. 19.

숙제

-> $(document).ready(function(){ })
: 페이지가 열리자 마자 실행되는 함수를 설정하는 곳

ajax를 사용해서 환율 API를 url 연결하고
기존의 홍초 값과 환율을 나눠서 달러를 구했고
.toFixed()를 사용해서 소수점 2번째 자리에서 반올림 함
.text를 사용해서 출력했다.

회고록
음..... 3주차의 충격으로 인해 2주차는 와 너무 간단했다!! 싶었습니다.

2021.10.19 공부 내용 정리
https://blog.naver.com/eundol0519

ㅡㅡ : 네이버 블로그

당신의 모든 기록을 담는 공간

blog.naver.com

깃허브
https://github.com/eundol0519/homework/blob/main/2%EC%A3%BC%EC%B0%A8

GitHub - eundol0519/homework: homework

homework. Contribute to eundol0519/homework development by creating an account on GitHub.

github.com


JSON 코드 예쁘게 볼 수 있는 곳
https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc?hl=ko

JSONView

Validate and view JSON documents

chrome.google.com


이미지 태그 속성값 변경하는 방법
https://it77.tistory.com/358

(JQUERY) <img> SRC 변경하기

위 img 의 src를 변경하는 방법 $("#img_form_url").attr("src", imgurl); 생각보다 jQuery 는 간단하다.

it77.tistory.com

댓글