1

我正在尝试在页面加载时打开 Shadowbox,我尝试了在此处和网络上找到的不同代码,但无法使其正常工作。不断获取容器未定义错误...

这是我的代码

<link href="js/shadowbox-3.0.3/shadowbox.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.3.js"></script>
<script type="text/javascript" src="js/shadowbox-3.0.3/shadowbox.js"></script>
<script type="text/javascript">
        Shadowbox.init({
            language:   "en",
       players:    ["img"]
        });

        $('document').ready(function() {
                Shadowbox.open({
                        content: "images/popup_sd.png",
                        player:     "img",
                        title:      "Welcome",
                        height:     403,
                        width:      744
                });    
        });
</script>

很简单...谁能告诉我发生了什么,将不胜感激。

谢谢

4

0 回答 0