답변 3개 / 댓글 1개

채택된 답변
+20 포인트
2019-08-03 (토) 14:37:07

<script type="text/javascript" src="http://222.231.28.12/openapsun/theme/response05/webis/plugin/jquery/1.12.4/jquery.min.js"></script>

이거 밑에

<script src="http://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></scrip>

이거 추가해 보세요.

jquery ui가 없는 듯하네요.

크롬 개발자도구에서 확인하니 

datepicker.regional.ko = { * 이부분에서 에러치고 datepicker가 undefined 되었다고나옵니다 
    closeText: "닫기",
    prevText: "이전달",
    nextText: "다음달",
    currentText: "오늘",

/openapsun/theme/response05/webis/js/common.js 화일 확인해보셔야 될것 같습니다.

2019-08-03 (토) 14:44:12

<script src="http://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></scrip>

추가해도 작동이 안됩니다 ㅠㅠ

답변에 대한 댓글 1개

<script type="text/javascript" src="http://222.231.28.12/openapsun/theme/response05/webis/plugin/jquery/1.12.4/jquery.min.js"></script>
jquery가 두 번이나 호출되었습니다. 이거는 삭제해 보세요.

답변을 작성하려면 로그인이 필요합니다.