0
我似乎無法弄清楚如何導航用戶到另一個頁面,當點擊圖像使用Colorbox。任何幫助表示讚賞,謝謝!導航到另一個頁面,點擊圖像使用Colorbox
這裏是我的代碼 - >
<html>
<head>
<title>Pop up!</title>
<link href="colorbox.css" rel="stylesheet"></link>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
<script src="jquery.colorbox-min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$.fn.colorbox({href:"Pop_up_Int.jpg", open:true});
});
</script>
</head>
<body>
</body>
</html>
你不能只是將圖像包裝在錨元素中嗎? – charlietfl
你能提供一個小提琴嗎? –
不,你可以看到,一切都在頭標籤內,並由colorbox處理..或者我錯過了一些東西。有任何想法嗎? :) – codemode