Javascript:获取单元格的列ID

时间:2012-04-28 03:12:12

标签: javascript html

例如:

我想完成以下伪代码所做的事情

<scipt>
var intCol = document.getElementById('x').column
</scipt>

有办法做到这一点吗?

1 个答案:

答案 0 :(得分:0)

为什么不能使用cellIndex

在此页面上:

$('.postcell')[0].cellIndex
> 1
$('.votecell')[0].cellIndex
> 0

我知道人们讨厌W3Schools,但他们确实提供了一个很好的基本数据集:   http://www.w3schools.com/jsref/prop_tabledata_cellindex.asp