jQuery.fn.on() is deprecated
jQuery 버전 업그레이드 하는 도중 위와 같은 에러 발생
하지만 jquery 공식 문서에 .on() 을 검색해도 deprecated 되었단 말은 없다.
migrate js 코드를 보니 bind 관련 에러로 확인.
.bind() 를 .on()으로 수정하여 해결.
그럼 jQuery.fn.bind() is deprecated 라고 나와야 하는거 아닌가?
'jquery' 카테고리의 다른 글
$.ajax 와 $.post (0) | 2020.08.13 |
---|---|
mouseenter animation + css z-index (0) | 2020.06.25 |
checkbox 전체 선택 / 개별 해제시 전체 해제 (0) | 2020.06.17 |
반응형 a 태그 href #로 바꾸고 pc에서는 link 걸기 (0) | 2020.06.11 |
[bxslider.js] li가 1개일 때 selector 제거 (0) | 2020.06.03 |
댓글