«fancybox» 태그된 질문

1
fancybox-d.onCleanup은 함수가 아닙니다
이것은 나를 미치게합니다. 간단한 테스트 페이지를 만들었습니다. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript" src="../admin/UI/js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="admin/fancybox/jquery.fancybox-1.3.4.pack.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("#foo").fancybox({ 'autoDimensions': false, 'width' : '750', 'height' : '90%', 'transitionIn' : 'elastic', 'transitionOut' : 'elastic', 'speedIn' : 600, …
136 fancybox 

4
Fancybox는 jQuery v1.9.0에서 작동하지 않습니다. [f.browser가 정의되지 않았습니다. / 'msie'속성을 읽을 수 없습니다.]
Fancybox는 새로운 jQuery v1.9.0으로 중단됩니다. Fancybox v1.3.4 이하-및-v2.1.3 이하 모두에 영향을 미칩니다. 표시된 오류는 다음과 같습니다. v1.3.4 : Timestamp: 15/01/2013 10:03:28 AM Error: TypeError: b.browser is undefined Source File: ...fancybox/jquery.fancybox-1.3.4.pack.js Line: 18 ... 기타 오류 Uncaught TypeError: Cannot read property 'msie' of undefined jquery.fancybox-1.3.4.pack.js:18 Uncaught TypeError: Object [object Object] has …

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.