引导程序菜单无法在github页面上运行

时间:2016-01-11 07:32:55

标签: html twitter-bootstrap github-pages

以下是我的问题:

  1. 由于Preloader和,不确定预加载器是否正常工作 dom元素同时加载。

  2. 在本地环境中,菜单链接正在运行,但菜单无效 GitHub页面。请检查样式按钮。如果我right-click就可以了 选择"在新标签中打开链接"它将页面加载到新选项卡中但是如果 我只是点击它不起作用?

  3. 演示:http://rushdi1987.github.io/myfolio/

1 个答案:

答案 0 :(得分:0)

请检查控制台错误和浏览器的网络标签

GET 
http://rushdi1987.github.io/myfolio/css/waypoints.css [HTTP/1.1 404 Not Found 38ms]
GET 
http://rushdi1987.github.io/myfolio/css/owl.carousel.css [HTTP/1.1 404 Not Found 34ms]
GET 
http://rushdi1987.github.io/myfolio/css/owl.theme.css [HTTP/1.1 404 Not Found 38ms]
GET 
http://rushdi1987.github.io/myfolio/js/owl.carousel.js [HTTP/1.1 404 Not Found 15ms]

TypeError: jQuery(...).ready(...) is not a function

您的资源加上jquery不可用。

最好是使用defer属性加载javascript,以便在加载content后加载