简体   繁体   English

问题,网站适用于FF4但不适用于IE9或其他浏览器

[英]Problem, site works on FF4 but not IE9 or other browsers

I have been developing a website for a University coursework, and at the moment, i have managed to get the features i want. 我一直在为大学课程开发一个网站,目前,我已经设法获得了我想要的功能。

The website works using jQuery,AJAX and PHP to allow the user to view articles and media that goes with each article. 该网站使用jQuery,AJAX和PHP,允许用户查看每篇文章的文章和媒体。 My problem is that the site works as it should on my laptop, on FF4 however it does not work on my IE9 or other browsers, I have given the link to a few people and they all encounter the same problem. 我的问题是该网站在我的笔记本电脑上工作,在FF4上,但它不能在我的IE9或其他浏览器上工作,我已经给了一些人的链接,他们都遇到了同样的问题。

The problem is that when you click the story on the left (thats how you navigate) it fades the text as it should, but it is meant to load in the next story aswell.... If you guys could help, that would help alot. 问题是,当你单击左侧的故事(这就是你如何导航)时,它会使文本消失,但它应该在下一个故事中加载....如果你们可以提供帮助,那会有所帮助很多。

Link to website: newspaper.nmyster.co.uk 链接到网站:newspaper.nmyster.co.uk

Thanks 谢谢

IE8 is bugging out on this line: IE8正在这条线上喋喋不休:

console.log(storyId); 

I'd suggest commenting this out. 我建议对此进行评论。

If you enable debugging you should be able to see the same error. 如果启用调试,您应该能够看到相同的错误。

These kind of problems always occurs by HTML and JavaScript support of broswer. 这些问题总是通过HTML和JavaScript支持broswer发生。 First of all you shold validate your HTML by W3C validation. 首先,您通过W3C验证来验证您的HTML。 If the problem still persists than carefull check your javascript or jquery. 如果问题仍然存在,请仔细检查您的javascript或jquery。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 尝试在我的网站上进行ajax调用。 适用于现代浏览器(IE9,Chrome,FF),但IE8 - Trying to make ajax calls on my site. Works on modern browsers (IE9, Chrome, FF) but IE8 在IE9中选择问题-在其他浏览器中,它可以完美运行 - Select problems in IE9 - in other browsers it works perfectly RSS未在IE中列出,但可在FF和其他浏览器中使用 - RSS not listing in IE but working in FF and other browsers 我的网站在FF中工作正常,但IE7给我错误 - My site works fine in FF, but IE7 gives me error plupload似乎不是在IE 9中上载文件。它可以在其他浏览器中使用 - plupload does not seem to be uploading files in IE 9. It works in other browsers XMLHttpRequest在IE 7/8中不起作用,但在其他浏览器中起作用 - XMLHttpRequest won't work in IE 7/8 but works in other browsers 这不适用于所有其他浏览器的 IE bt - This doesn't works in IE bt in all other browsers IE9与其他浏览器呈现不同的标记(HTML)-这不是CSS问题 - IE9 rendering different markup (HTML) from other browsers - This is not a CSS issue FF和Safari和IE的延迟问题 - Latency problem on FF and safari and IE POST变量在FF3.6中正确发送,但在FF4 Beta中不能正确发送 - POST variables sending correctly in FF3.6 but not in FF4 beta
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM