How to avoid strange characters before the request in firefox?

强颜欢笑 提交于 2019-12-11 07:03:40

问题


on a website i'm currently developing I'm using jquery to do all sort of magic things :-) In firefox however, when I load jquery 1.4.2 there are sometimes funny characters in front of the request.

You can see the strangers characters in this screenshot (thank you firebug). alt text http://dl.dropbox.com/u/3357132/Screen%20shot%202010-06-07%20at%2015.15.29.jpg

In safari, Chrome and IE these funny characters don't appear, jquery is loading fine in those browsers.

Why are those characters appearing and how can I remove them?

Thanks!!


回答1:


Turning off the content compression (gzip) on the server solved the problem.



来源:https://stackoverflow.com/questions/2989848/how-to-avoid-strange-characters-before-the-request-in-firefox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!