본문 바로가기
jquery

jQuery migrate 에러 : jQuery.fn.on() is deprecated

by 바나냥 2021. 4. 27.

jQuery.fn.on() is deprecated

 

jQuery 버전 업그레이드 하는 도중 위와 같은 에러 발생

하지만 jquery 공식 문서에 .on() 을 검색해도 deprecated 되었단 말은 없다.

migrate js 코드를 보니 bind 관련 에러로 확인.

.bind() 를 .on()으로 수정하여 해결.

 

그럼 jQuery.fn.bind() is deprecated 라고 나와야 하는거 아닌가?

댓글