반응형
해당 오류는 Jquery 라이브러리를 불러오는 부분에서 문제가 생긴 것입니다.
따라서 라이브러리를 올바르게 만 호출해 준다면 전혀 문제가 없다.
따라서 아래와 같이 slim을 뺀 버전으로 호출을 한다면 전혀 문제없이 호출이 가능하다.
<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
반응형
'IT > error' 카테고리의 다른 글
Tainted canvases may not be exported (0) | 2025.01.10 |
---|---|
JS 진수 변환하는 방법 (N진수 to N진수) (0) | 2024.12.20 |
Uncaught RangeError: Invalid string length 오류 (0) | 2024.11.22 |
[포토샵] 스탬프 오류 : could not use the clone stamp because the area to clone has not been defined (0) | 2024.10.26 |
Failed to execute 'readAsDataURL' on 'FileReader': parameter 1 is not of type 'Blob (0) | 2024.09.13 |
댓글