06 2017 档案
javascript之表格节点操作
摘要:<html> <div class='add'> 名字: <input type="" name="">年龄:<input type="" name=""><input type="button" value='add'> </div> <table id="tb"> <tbody> <tr><td
阅读全文
javascript之递归得DOM文本
摘要:var tag=document.getElementsByTagName('body')[0]; function findChild(tag){ var child=tag.childNodes,type,result=[]; for(var i=0;i<child.length;i++){ t
阅读全文
Css之cursor 属性
摘要:需使用的自定义光标的 URL。 注释:请在此列表的末端始终定义一种普通的光标,以防没有由 URL 定义的可用光标。 from W3school
阅读全文