开发者

Jquery code don't work in IE8. What to do?

I'm writing a web-application for the first time. Everything was tested in Chrome. And now i begin tes开发者_开发知识库ting in IE8 too and found that my application have problems with positioning and jquery script. Here is a problem: when i change something in css (for example positioning), my web page in IE8 isn't change. I pushed refresh button more than 10 times. What is it? (i checked - all files i uploaded to server). here is my css: http://www.abcpatent.com/software/css_style.css

Next: I use buttons to move through the master in my application. From 1 point this buttons refuses to work and fonts become standard.Here is my jquery code: http://www.abcpatent.com/software/script.js

Thanks in advance.


Try clearing IE cache. I had a similar problem (with FF). Didn't really find the cause, and it doesn't seem to be really highly reproducible (happens with some scripts and not with others...)

Anyway, look here JQuery and script caching


Hitting the refresh button reloads the page, resetting everything that has been changed by any javascript.

Make sure your objects are positioned properly. The default is position:static (CSS). As far as I know in that mode position properties don't work. You have to use fixed, absolute or relative.

Here's what I'd do:

  • Check if the Javascript doesn't contain any errors.
  • Check your HTML / CSS


On your IE browser window, look at the bottom left corner of the browser. Do you see a yellow triangle? If so, click that yellow triangle and see what the error message is.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜