Type Error...
관련링크
본문
링크 사이트의 개발자도구로 보면
index.php:37 Uncaught TypeError: $(...).magnificPopup is not a function
at HTMLDocument.<anonymous> (index.php:37)
at c (jquery.min.js:3)
at Object.fireWith [as resolveWith] (jquery.min.js:3)
at Function.ready (jquery.min.js:3)
at HTMLDocument.H (jquery.min.js:3)
index.php:291 Uncaught TypeError: $.cookie is not a function
at HTMLDocument.<anonymous> (index.php:291)
at l (jquery-1.8.3.min.js:2)
at Object.fireWith [as resolveWith] (jquery-1.8.3.min.js:2)
at Function.ready (jquery-1.8.3.min.js:2)
at HTMLDocument.A (jquery-1.8.3.min.js:2)
라는 에러메세지가 뜹니다.. 그리고 jssor 슬라이드 소스 추가한뒤로 메인페이지의 우측퀵메뉴와 상단 팝업이 아예안뜨고 현재도 팝업창의 하루동안안보기와 닫기가 안눌리는 현상이 발생가는데 위의 에러와 관련이 있는걸까요..??
답변 2
잘 되던것이 새로운 jQuery소스를 삽입했더니 에러가 나는 것은
그 자체의 소스문제도 있겠지만
jQuery의 버전문제로 보입니다.
1.8.3버전보다 높은 버전으로 대체후 시도해 보시죠.
플러그인을 사용하시는거 같은데 해당 플러그인이 없으신거 같네요 magnificPopup 관련된 플러그인이 로드되었나 확인해보세요.