代码 复制代 代码如下: <頭> 無标题页 移動 データ データ データ * 11111111111 sdgergserhserhserh アワガワ * 222222222 まあwwwwww ファファッフ * 333333333 qqqqqqqwewer ユギョク <br>var curTr = null; <br>var tb1 = document.getElementById('tb1'); <br>var trs = tb1.getElementsByTagName('tr'); <br>tb1.onselectstart = function(){ <br>if(curTr){ <br>document.selection.empty(); true を返します。 <br>} <br>}; <br>for(var i=1; i<trs.length i>var tds = trs[i].getElementsByTagName('td'); <br>tds[0].style.cursor = '移動'; <br>tds[0].onmousedown = function(){ <br>curTr = this.parentNode; <br>curTr.style.backgroundColor = '#eff'; <br>}; <br>tds[0].onmouseover = function() { <br>if(curTr && curTr != this.parentNode) { <br>this.parentNode.swapNode(curTr); <br>} <br>} <br>} <br>document.body.onmouseup = function(){ <br>if(curTr){ <br>curTr.style.backgroundColor = ''; <br>curTr = null; <br>} <br>}; <br>