fancybox-d.onCleanup不是函数 [英] fancybox - d.onCleanup is not a function

查看:83
本文介绍了fancybox-d.onCleanup不是函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这让我发疯.我创建了一个简单的测试页.

this is driving me nuts. Iv'e created a simple test page..

    <!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, 
        'speedOut'      :   200, 
        'overlayShow'   :   true,
        'hideOnOverlayClick' : false
    });
});
</script>
<title>Untitled Document</title>
</head>

<body>
<a href="foo.php" id="foo">test</a>
</body>
</html>

当点击链接时,我得到`d.onCleanup is not a function!有谁知道这个错误是从哪里来的!

when clicking the link i get `d.onCleanup is not a function !!! does anyone know where this error is coming from!!

或解压后的版本:

currentOpts.onCleanup is not a function on fancybox/jquery.fancybox-1.3.4.js Line 324

推荐答案

您忘记添加fancybox的CSS.一旦包含它,一切都应该正常工作.

You forgot to add the CSS of fancybox. Once you include it everything should work fine.

这篇关于fancybox-d.onCleanup不是函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆