在我们的项目中,我们使用IE11和IE9元标记。因为这个原因,我得到了错误'MutationObserver' is undefined。我有两个问题:
有任何方法可以使用IE11支持的组件和IE9元标记吗?
是否有类似于MutationObserver for IE9的替代方案,可以在代码和源代码回购中进行最小的更改时使用?
真的很感谢你的帮助和支持!!
我有下面的JavaScript来转换XSL/XML文件。
var xmlData = document.getElementById(controlID.value + "_XmlData");
var xsltData = document.getElementById(controlID.value + "_XsltData");
// Transform the XML using the specified XSLT file.
if ((xmlData != null) && (xsltData != null))
repor
我正在尝试用IE9构建一个websocket应用程序,但我有以下Javascript错误:
IE9控制台:
SCRIPT438: Object doesn't support property or method 'map'
websock.js, line 211 character 5
websock.js函数:
function send_string(str) {
//Util.Debug(">> send_string: " + str);
api.send(str.split('').map(