gpt4 book ai didi

fancybox - d.onCleanup 不是函数

转载 作者:行者123 更新时间:2023-12-03 04:27:01 28 4
gpt4 key购买 nike

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

    <!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!!!有谁知道这个错误是从哪里来的!!

或者在解压版本上:

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

最佳答案

你忘记添加fancybox的CSS了。一旦你包含它,一切都会正常工作。

关于fancybox - d.onCleanup 不是函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4468348/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com