htmlheadscript src="prototype.js"/script script function testRemove() { Element.remove("mydiv3"); } function testReplace() { Element.replace("myDiv2",'img src="200607061129268fc45.jpg"'); } /script /head body div id="myDiv" 2002 /div div id="myDiv1" 2003 /div div id="myDiv2" 2004 /div div id="myDiv3" 将被删除的部分 /div div id="myDiv4" 2006 /div div id="myDiv5" 2007 /div div id="myDiv6" 2008 /div hr input type="button" value='removeTest' onclick="return testRemove();"/br input type="button" value='testReplace' onclick="return testReplace();"/br /body /html(本文来源于图老师网站,更多请访问http://m.tulaoshi.com/webkaifa/)
Prototype实战教程----10.Element
岁数大了,QQ也不闪了,微信也不响了,电话也不来了,但是图老师依旧坚持为大家推荐最精彩的内容,下面为大家精心准备的Prototype实战教程----10.Element,希望大家看完后能赶快学习起来。