新手求助
jquery吧
全部回复
仅看楼主
level 1
$(":text").each(function(){
var x=$(this).parent("tr").index();
alert(x);
});为什么出来的总是-1
2016年03月03日 06点03分 1
1