我想使用shadowbox.js在當前網頁上打開圖像。然而,當我點擊鏈接時,它會將我帶到我的圖像,並且下面的頁面會進入空白頁面。有誰知道如何在保留當前頁面的同時打開陰影框?shadowbox將圖像打開到新頁面
這裏是我的代碼:
<head>
<script src="shadowbox-3.0.3/shadowbox.js" type="text/javascript"></script>
<link rel="stylesheet" href="shadowbox-3.0.3/shadowbox.css" type="text/css">
</head>
<body onload="Shadowbox.init();">
<table>
<tr>
<td><a href="ss1.jpg" rel="shadowbox[screenshots]">image #1</a></td>
<td><a href="ss2.jpg" rel="shadowbox[screenshots]">image #1</a></td>
<td><a href="ss3.jpg" rel="shadowbox[screenshots]">image #1</a></td>
</tr>
</table>
</body>
沒有...我有其他的JavaScript(jQuery Mobile的JS和CSS文件),這我也會調用哪個導致shadowbox陷入困境。 – theNoobProgrammer
你有沒有發現有什麼問題,我有同樣的問題使用fancybox和jquery mobile – Shakur