:http://www.jacklmoore.com/colorbox/jQuery的彩盒插件不加載我試圖使用jQuery插件彩盒圖片
HTML:
<center>
<div class='images'>
<a class="group1" href="http://placehold.it/250x150" title="Фотография 1"><img src='http://placehold.it/250x150'></a>
<a class="group1" href="/media/images/background.jpg"> <img src='http://placehold.it/250x150'></a>
</div>
</center>
JS:
$(".images img").colorbox({rel:'images', transition:"fade"});
當我點擊圖片黑畫面出現,黑匣子,圖片必須放置,出現,圖標加載恆定旋轉和圖像不加載。沒有任何錯誤或消息。只有圖標加載。
我該如何解決這個問題?
它幫助。謝謝。 –