我使用的是与flot jquery图形一起使用的excanvas.js。当在FF或chrome中时,图形显示很棒。在IE上,我得到这个错误:
未知运行时错误excanvas.min.js,第144行,字符21
el.getContext = getContext;
// Remove fallback content. There is no way to hide text nodes so we
// just remove all childNodes. We could hide all elements and remove
// text nodes but who really cares about the fallback content.
el.innerHTML = '';
el in the stack is DispHTMLUnknownElement那会是什么呢?
谢谢?
发布于 2011-01-06 21:34:38
我的flot.pie.js可能是不兼容的!
https://stackoverflow.com/questions/4605632
复制相似问题