现在的位置: 首页 > 综合 > 正文

点击表格获取列索引的方法

2014年11月21日 ⁄ 综合 ⁄ 共 161字 ⁄ 字号 评论关闭

 

$("#remoteinfotable").click(function(event){
var tmpcell=$(event.target);
if(tmpcell.attr("cellIndex")==0){
displayremote(tmpcell.text());
selectexistflag=true;
}

});

 

抱歉!评论已关闭.