Forsome websites (especially with SharePoint 2010 sites), IE9 can default to IE7 standards mode.
This can cause issues, especially with javascript libraries like jqwidgets.
To prevent this behaviour, add this meta code to the page:
got this tip from the jqwidgets site here:
http://www.jqwidgets.com/community/topic/setting-inputvalue-does-not-work-on-ie9/
This can cause issues, especially with javascript libraries like jqwidgets.
To prevent this behaviour, add this meta code to the page:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8; IE=EmulateIE9">
got this tip from the jqwidgets site here:
http://www.jqwidgets.com/community/topic/setting-inputvalue-does-not-work-on-ie9/
Comments
Post a Comment