2014-09-03 94 views

回答

0

你有你的測試頁面上的一堆錯誤,並且菜單是由腳本運行

所以,什麼是錯的,那麼它不會跑

修復以下錯誤或去看看它放在你自己調試控制檯

Failed to load resource: the server responded with a status of 404 (Not Found) http://www.claridge.com/resources/demos/style.css 
Uncaught TypeError: Cannot read property 'msie' of undefined jquery.fancybox.js?ver=1.0:4 
Uncaught TypeError: Cannot set property 'media' of undefined jquery.fancybox-media.js:39 
Uncaught TypeError: Cannot set property 'thumbs' of undefined jquery.fancybox-thumbs.js:26 
Uncaught TypeError: undefined is not a function jquery.fitvids.js?ver=1.0:78 
Uncaught TypeError: Cannot read property 'msie' of undefined superfish.js?ver=1.0:63 
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.claridge.com/resources/demos/style.css 

您的腳本錯誤嘗試刪除這條線

<script> 
    $(function() { 
    $("#datepicker").datepicker(); 
    }); 
    </script> 

你PROB需要使用的,而不是$

jQuery的同時添加alert();

如果這是工作那麼你的代碼應該運行

您還包括jQuery的

0

首先很多版本全部,檢查Validator results。你會看到你至少有31個錯誤(它會停止搜索)。現在,您將在第245行和第246行看到您正在關閉</body></html>標記,但您的頁面幾乎不會啓動。解決這些問題,它會正常工作,基本上你不會加載腳本,因爲你過早地結束你的網頁