HTML中已知table中某一行ID是多少行,求这一行在table中是多少行

[复制链接]
查看11 | 回复3 | 2013-6-27 10:54:53 | 显示全部楼层 |阅读模式

New Document
$(function(){ var tab = $("#atr"); var t =$("#aa"); alert(tab.index(t));//根据需要是...
回复

使用道具 举报

千问 | 2013-6-27 10:54:53 | 显示全部楼层

$(function (){
$("table tr").click(
function (){
var oid = $(this).attr("id");
if(oid== "aaa"){
alert($(this).in...
回复

使用道具 举报

千问 | 2013-6-27 10:54:53 | 显示全部楼层
jQuery方法:$('#已知tr的ID名称').index()...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行