Question

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

What can I do?

Was it helpful?

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.

OTHER TIPS

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.

jQuery.dynatree.js tested with IE 6+, FF, Safari and Chrome. Probably your code contains error

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top