The JavaScript function document.createElementNS()
does not work in older versions of IE (6,7,8)? Is there any compatible code for this function, like Array
's compatible map function for old version IE?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- How to fix IE ClearType + jQuery opacity problem i
- void before promise syntax
- Keeping track of variable instances
Have a look at the following google group post. There's a workaround that may help you: http://code.google.com/p/svgweb/issues/detail?id=625
Workaround (from link above):