87,986
社区成员
发帖
与我相关
我的任务
分享
$('table tr>td:nth-of-type(1)').show(); // 显示第一列
$('table tr>td:nth-of-type(1)').hide(); // 隐藏第一列
$("#inputID").change(function(event){
$('#tableID tr>td:nth-of-type(1), #tableID tr>th:nth-of-type(1)').toggle($(this).prop("checked"));
});
[/quote]
$("#inputID").change(function(event){
$('#tableID tr>td:nth-of-type(1), #tableID tr>th:nth-of-type(1)').toggle($(this).prop("checked"));
});
[/quote]
$("#inputID").change(function(event){
$('#tableID tr>td:nth-of-type(1), #tableID tr>th:nth-of-type(1)').toggle($(this).prop("checked"));
});
$("#inputID").change(function(event){
$('#tableID tr>td:nth-of-type(1)').toggle($(this).prop("checked"));
});