jQuery colorbox没有加载到document.ready上

时间:2015-01-15 10:58:02

标签: jquery asp.net colorbox

我正在尝试使用jQuery colorbox,但它不起作用。 在asp gridView中我有以下链接:

<a class="alert_info" href="#alertWin10">View details</a>

我有这个HTML:

<div style="display:none;">
<div id='alertWin10' style='padding:10px; background:#fff;'>
    some content
</div>

和这个js:

$(document).ready(function () {
            $(".alert_info").colorbox({ inline: true, width: "50%" });
        });

然后我点击它没有显示颜色框的链接,而只是添加&#34;#alertWin10&#34;到页面网址,但是(这是一个很大的但是如果我从准备好的文档中取出行($(".alert_info").colorbox({ inline: true, width: "50%" });)并将其放在chrome控制台中,然后点击链接,那么它确实有效.. 。 我不知道如何处理这个错误。

1 个答案:

答案 0 :(得分:0)

您需要添加jquery 1.5.14才能启用colorbox