Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 dynatree 在 Firefox 中运行良好。在 Internet Explorer 8 中,它给了我一个未知的运行时错误。
我能做些什么?
我认为这是一个错误,我遇到了同样的问题。
使用jquery html函数传入_getInnerHtml()
_getInnerHtml()
var span = $(this.span); span.html(this._getInnerHtml());
然后它工作。
您应该查看googlecode 上列出的 dynatree 项目的问题,以了解可能的解决方法。或者在检查您拥有最新版本后提交新问题。
jQuery.dynatree.js 使用 IE 6+、FF、Safari 和 Chrome 进行了测试。可能您的代码包含错误