简体   繁体   中英

Javascript not working in IE8

I am using dhtmlxscheduler in my application that uses javascript to handle userclick events. The application was working fine all the time, now it does not work in IE8 correctly. No code changes have been made. It works fine in IE7, IE8 compatibility mode and all other browsers. My question is , without any changes from our side, how could it be that the application javascript is not working properly in IE8 all of a sudden? Am I missing anything here?

Put <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" > in your html head tag and try. Switching the compatibility view on turns IE into IE7 rendering. You can check the link for compatibility reference http://msdn.microsoft.com/en-us/library/cc288325%28v=vs.85%29.aspx#SetMode

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