WEST BLUE SKY
程序 数据库 网络 市场分析 行业研究
2013年3月11日星期一
jquery-table management2
$('td').click(function(){
var colIndex = $(this).parent().children().index($(this));
var rowIndex = $(this).parent().parent().children().index($(this).parent());
alert('Row: ' + rowIndex + ', Column: ' + colIndex);
});
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
没有评论:
发表评论