2013-03-03から1日間の記事一覧

テーブルの一部を回転する。その2

doc.createDocumentFragment () を配列に格納し、そこに移動。 一気に追加。 <title></title> <meta charset="UTF-8"> <style> tr:nth-of-type(1) { background: #fdd; } td:nth-of-type(1) { background: #fdd; } td { text-align: center; } </style> <body> <table border="1"></table> <script> var ary = [ [ 0, 1, 2, 3, …</body></meta>