분류
jQuery
Uncaught TypeError: $(...).size is not a function jquery 오류
본문
jQuery1.8이후부터는 size()메소드 대신에 length 사용
영카트에서
/js/shop.js 내에 관련 코드가 보임
예:
var sel_count = $("select.it_option").size();
는
var sel_count = $("select.it_option").length;
- 이전글React를 사용하여 Timeline 구성 요소를 만드는 방법 19.05.02
- 다음글윤리적 해킹을 위한 웹 앱 침투 테스트 19.04.30