简体   繁体   中英

Test jQuery & JavaScript on IE6

What is the best way to test my web app on IE6. Obviously I have IE8 installed on my machine, I've tought about using a Virtual Machine, are there any other options?.

I wan't to make sure my jQuery and JavaScript code functions properly....

The other options are:

  • Use a non-virtual machine (inefficient)
  • Use one of the hacks to install multiple versions of IE side-by-side (unreliable, especially when it comes to JS testing).

A virtual machine is the right way to go.

My suggestion would be: use IETester . Also see this topic for more suggestions: Internet Explorer 6 and Internet Explorer 7 on same computer for debugging

IETester允许您在一个程序中尝试IE 5.5、6、7和8,而几乎没有限制。

您可以使用IE测试仪

IE Collection is another option for you. I have only been using it for about a week, and the IE6 menu interface is a bit buggy, but so far JavaScript and CSS behave consistently with my other PC which has IE6 on it. It will let you install several older (pre-6.0) versions as well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM