Daily Archive ... 2007, 9月, 22nd, 土曜日

document.createElementNSとsetAttribute

Posted by dab 2007年9月22日 土曜日 11:39:15 < コンピュータ >

このコード。


var nsURI = "http://www.w3.org/2000/xmlns/";
var d=document.createElementNS(nsURI, 'div');
d.setAttribute('id', 'hoge', 1);
document.getElementById('test1').appendChild(d);

Read_On

Daily Archive

2007, 9月, 土曜日, 22nd