最佳答案
Fancybox 在新的 jQuery v1.9.0中取得了突破。
它同时影响到 Fancybox1.3.4版本和2.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 no method 'fancybox'
在2.1.3版:
Timestamp: 15/01/2013 10:09:58 AM
Error: TypeError: $.browser is undefined
Source File: h.../fancybox2.1.3/jquery.fancybox.js
Line: 139
如果您使用它来调用 jQuery:
<script src="http://code.jquery.com/jquery-latest.js"></script>
... 您现有的任何花式盒实现都将失败! !