uncaught referenceerror $ is not defined

Yuri Lee·2021년 2월 5일
0

배경

jquery 를 사용해 ajax 통신을 연습하던 도중 생긴 에러이다.

에러 이유

jquery js가 로딩이 안되어서 import에 실패하였기 때문이다.

해결 방법

<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>

다음의 스크립트를 넣어주면 해결된다. 😊


https://javaoop.tistory.com/30

profile
Step by step goes a long way ✨

0개의 댓글