My dynatree works fine in Firefox. In internet explorer 8 it gives me an unknown runtime error.
What can I do?
My dynatree works fine in Firefox. In internet explorer 8 it gives me an unknown runtime error.
What can I do?
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.
jQuery.dynatree.js tested with IE 6+, FF, Safari and Chrome. Probably your code contains error
You should check out the listed issues for the dynatree project on googlecode for possible workarounds. Or file a new issue after checking you have the latest version.