Search code examples
jqueryinternet-explorer-8runtime-errordynatree

jQuery.dynatree.js - JS Error in IE 8, Unknown Runtime Error Line 320 char 8


My dynatree works fine in Firefox. In internet explorer 8 it gives me an unknown runtime error.

What can I do?


Solution

  • I think it is a bug, I had the same problem.

    Use the jquery html function to pass in the _getInnerHtml()

    var span = $(this.span);
    span.html(this._getInnerHtml());
    

    Then it works.