inflearn logo
Course

Course

Instructor

sseeble's Posts

sseeble sseeble

@sseeble

Reviews Written
4
Average Rating
5.0

Posts 10

Q&A

링크가 안생겨요

아 고쳤습니다 amin.py에서 오타를 냈었네요

Likes
0
Comments
1
Viewcount
214

Q&A

저도 왜 좋아요가 안뜨는 걸까요?

-----------------------main.js------------------------ if (elem.matches('[data-name="heartbeat"]')){ console.log("heart"); $.ajax({ type : "POST", url : "data/like.json", data : 37, dataType:'json', success : function(response){ let likeCount = document.querySelector('#like-count-37'); likeCount.innerHTML = '좋아요'+ response.like_count + '개'; } }) }else if (elem.matches('[data-name="bookmark"]')){ console.log("bookmark"); }else if (elem.matches('[data-name="share"]')){ console.log("share"); }else if (elem.matches('[data-name="more"]')){ console.log("more"); }

Likes
1
Comments
6
Viewcount
576

Q&A

저도 왜 좋아요가 안뜨는 걸까요?

jquery-3.5.1.js:10099 POST http://127.0.0.1:5500/data/like.json 405 (Method Not Allowed) 오류 내용입니다.

Likes
1
Comments
6
Viewcount
576

Q&A

똑같이 한것 같은데

아 해결 됐습니다. 1분20초 경 수정된 내용을 쓴 자막이 틀렸습니다. {'cafelistobj' : cafelist} 라고 적혀 있는데 {'cafelistobj' : cafelistobj} 네요

Likes
0
Comments
1
Viewcount
201