본문 바로가기

카테고리 없음

js datepicker 달력 선택시 Uncaught TypeError: Cannot read property 'settings' of undefined

반응형

datepicker가 올바르게 생성되지 않아서 발생함

 

$(document).ready(function(){

});

안에 datapicker를 정의해줘야함.

 

https://stackoverflow.com/questions/20987889/jqueryui-datepicker-uncaught-typeerror-cannot-read-property-settings-of-unde

반응형