简体   繁体   中英

how can i use 'createAttributeNS' in IE8

I need use doucment.createAttributeNS in IE8. I do want to know how to use.Please help me

Use (The IE only) method document.createNode()

See this blog entry and this webpage on the method

You should just use setAttributeNS directly.

You can use it to create namespaced attributes in an XML document element.

It is not supported in IE8.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM