커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
2-10 강의에서 버튼을 누르면 르탄이의 사진과 멘트가 바뀌는 ajax 코드를 작성해보았는데 왜 실행이 안 되는지 궁금합니다.
undefined주차
북마크
오*인
댓글
1
추천
0
조회수
6
조회수
6
답변 완료

$.ajax({

                type: "GET",

                url: "http://spartacodingclub.shop/sparta_api/rtan",

                data: {},

                success: function (response) {

                    $('#question-box').empty()

                    let message = response['msg']

                    let image_rtan = response['url']

                    let temp_html = `<h2>3. 르탄이 API를 이용하기!</h2>

                                    <p>아래를 르탄이 사진으로 바꿔주세요</p>

                                    <p>업데이트 버튼을 누를 때마다 지웠다 새로 씌여져야 합니다.</p>

                                    <button onclick="q1()">르탄이 나와</button>

                                    <div>

                                        <img id="img-rtan" width="300" src="${image_rtan}" />

                                        <h1 id="text-rtan">${message}</h1>

                                    </div>`

                    $('#question-box').append(temp_html)

                }

            })

취소
 공유
취소
댓글 0
댓글 알림
나의얼굴