我爲我的lightbox使用了colorbox jQuery lightbox。但在那個應該點擊按鈕。我希望在窗口加載時自動彈出。在頁面加載時自動打開jQuery ColorBox
我的燈箱代碼
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="../jquery.colorbox.js"></script>
<script>
$(document).ready(function(){
$(".ajax").colorbox();
});
</script>
</head>
<body>
<h2>Other Content Types</h2>
<p><a class='ajax' href="../content/daisy.jpg" title="Homer Defined">Outside HTML (Ajax)</a></p>
</html>
現在我想自動彈出加載窗口時。