奇怪的 HTML 错误(停止包含 CSS 和 JS 文件)
这是我的问题的链接: http://alexcoady.co.uk/crumbl/
基本上,我什么也没得到;只是标记,我确信它很有效。 CSS 文件和 jQuery 文件并没有被引入。我是一个相当有经验的程序员,这真的让我很困惑,我确信我一定错过了一些东西。
Firebug 说 DOCTYPE 行存在语法错误,但事实并非如此。
这是我的 .htaccess 文件 - 抱歉,我太厚了。
谢谢!
Here's the link to my problem:
http://alexcoady.co.uk/crumbl/
Basically, I'm getting nothing; just the markup, which I'm sure is bang on. The CSS file and jQuery file aren't getting pulled in though.. I'm a fairly experienced programmer and this is really throwing me, I'm sure I must be missing something.
Firebug says there's a Syntax error with the DOCTYPE line, there isn't.
It's my .htaccess file - sorry, me being thick.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查您的
.htaccess
。没有重定向规则吗?Check your
.htaccess
. Aren't there any redirection rule?您的 jquery-1.6.js 文件实际上是一个 HTML 页面,错误是指该脚本上的 doctype。
Your jquery-1.6.js file is actually an HTML page, and the error is referring to the doctype on that script.