처음부터 차근차근
$(...).modal is not a function 본문
반응형
개발하다가 갑자기 modal창이 open이 안되면서 생긴 오류가 생겼다.
오류의 원인은 jquery script코드가 중복됬기 때문이었다.
fullcalendar 만들면서 jquery 코드를 한 번 더 삽입한게 문제였다.
해결방법
jquery 로드 소스 코드 중복된걸 하나 없애주면된다.
<script src="library/jquery-1.11.3.min.js"></script>
이런거 찾아서 하나씩 지워보면 문제가 해결된다.
반응형
'Error&Warning' 카테고리의 다른 글
[Vue] npm run serve 안됨 (0) | 2022.01.04 |
---|---|
Too few arguments to function (0) | 2021.12.26 |
git : failed to push some refs to (0) | 2021.12.08 |
Unable to load the requested language file: language/dutch/upload_lang.php (0) | 2021.12.04 |
Cannot set properties of undefined (setting '_DT_CellIndex') (0) | 2021.12.03 |
Comments