Uncaught TypeError:$ajax is not a function error
자바스프링 하다가 js와 연동할떄 있었다 계속 $ajax쪽에서 에러가 나길래 구글링해봤는데$.ajax를 사용하기위해서 slim제거해야지 오류가 해결된다 참고하자 //slim 제거하고사용하자 Neither of the answers here helped me. The problem was: I was using the slim build of jQuery, which had some things removed, ajax being one of them. https://stackoverflow.com/questions/18271251/typeerror-ajax-is-not-a-function TypeError: $.ajax(...) is not a function? I'm attempting to creat..
2023.02.21