例如:
我想完成以下伪代码所做的事情
<scipt>
var intCol = document.getElementById('x').column
</scipt>
有办法做到这一点吗?
答案 0 :(得分:0)
为什么不能使用cellIndex
?
在此页面上:
$('.postcell')[0].cellIndex
> 1
$('.votecell')[0].cellIndex
> 0
我知道人们讨厌W3Schools,但他们确实提供了一个很好的基本数据集: http://www.w3schools.com/jsref/prop_tabledata_cellindex.asp