웹 프로그래밍/Javascript

querySelector() 계속 null일 때

mcdn 2021. 12. 3. 21:33
반응형

https://stackoverflow.com/questions/20495960/document-queryselector-is-null-error

 

document.querySelector(...) is null error

For image upload in a cakephp project I used java-script.I added this js file in app\View\Layouts default.ctp js code document.querySelector('input[type=file]').addEventListener('change', funct...

stackoverflow.com

 

js가 html보다 먼저 실행되어서 생기는 에러 

<script src="./main.js" > </script>를 

가장 마지막으로 옮겼더니 해결되었다 

반응형

'웹 프로그래밍 > Javascript' 카테고리의 다른 글

자바스크립트 예약어  (0) 2021.09.02
javascript 숲을 보자  (0) 2021.08.28