Quantcast
Channel: 我不是鱼的BLOG
Viewing all articles
Browse latest Browse all 6

将 tr appendChild 到 table 中的问题

$
0
0
做下载后台的时候,做一个可以添加多个链接的功能。就是只要点击添加就会增加一个链接的输入框。这个功能是比较常用的,比如添加更多附件等等。做法是每次克隆一个tr,然后appendChild到table中。一开始死活没有效果,以为是语法有错。后来查看才知道,table无论有没有tbody,用appendChild都会生成tbody标签。appendChild到table的话,新增加的tr就会在</...

Viewing all articles
Browse latest Browse all 6

Trending Articles