$.ajax(); 만 작성해도 발생하는 TypeError: $.ajax is not a function 에러
상세히 보면 $.ajax is not a function 에러인데,
에러가 발생하는 이유는 jquery를 사용하는 <script> 태그 때문
1. 해결 방법
- jquery를 사용하는 <script> 태그에 slim 삭제
- 프로젝트 다시 실행해보면 오류 해결
'IT 언어 > Error' 카테고리의 다른 글
[React] Multiple configurations found: (0) | 2024.05.02 |
---|---|
[STS] cannot be resolved to a type (import 에러) (for 💻) (0) | 2024.04.23 |
[Git] ![rejected] master -> master (fetch first) (Mac 💻) (0) | 2024.04.18 |
[STS] 'Starting Tomcat v9.0 Server at localhost'.... (Mac 💻) (0) | 2024.04.07 |
[OracleDB] Listener refused the connection... ORA-12505 (Mac 💻) (0) | 2024.04.05 |