碎碎念:一个小例子来记忆下XML DOM的appendChild和removeChild的使用

  最近使用notepad写HTML,结果document拼错了,导致一开始写对的东西擦掉重写,差点误解了removeChild的作用,这个也搞定了jQuery里文档操作的几个方法warp时的技巧问题了。 文档 #panel1,#panel2 { width:500px; height:500px; float:left; border:1px solid #000; } .t { height:30px; width:30px; margin:2px; float:left; } #div1 { background-color:red; } #div2 { background-color:orange; } #div3 { background-color:yellow; } #div4 { background-color:blue; } #div5 { background-color:green; } #div6 { background-color:gary; } #div7 { background-color:black; } #div8 { background-color:#eee; } #div9 { background-color:#ccc; } #div10 { background-color:#ddd; }

你可能感兴趣的:(技术杂绘)