开发者

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

开发者 https://www.devze.com 2023-02-24 01:13 出处:网络
I have been developing a website for a University coursework, and at the moment, i have managed to get the features i want.

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. 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.

The problem is that when you click the story on the left (thats how you navigate) it fades the te开发者_StackOverflow中文版xt 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

Thanks


IE8 is bugging out on this line:

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. First of all you shold validate your HTML by W3C validation. If the problem still persists than carefull check your javascript or jquery.

0

精彩评论

暂无评论...
验证码 换一张
取 消