我試圖安裝了jQuery幻燈片「廣場」在這裏找到:Galleria site - How to install it (script)jQuery的廣場幻燈片,故障排除
我已經打電話jQuery庫這樣在我的網站的「頭」:<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"> </script>
爲slidetoogle效果。 `我是否需要再次爲「Galleria」幻燈片重新發布這一行代碼,或者一次足夠用於這些插件以及所有未來的代碼?
這裏是我使用的「廣場」,呼籲第二次jQuery庫的腳本,但它是1.4.4這個時候:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js">
</script><script src="http://xxx.com/file/xxx/galleria-1.2.2.min.js"></script>
在我身上放:<div id="gallery"> <img src="http://xxx/file/xxx/80.jpg"> <img src="http://xxx/file/xxx/81.jpg"> <img src="http://xxx/file/xxx/82.jpg"> </div> <script> Galleria.loadTheme('galleria/themes/classic/galleria.classic.min.js'); $("#gallery").galleria({ width: 500, height: 500 }); </script>
什麼都沒有顯示。