为了账号安全,请及时绑定邮箱和手机立即绑定

正在回答

1 回答

<script src="http://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.min.js"></script>
    <script type="text/javascript">
	$(function(){
	
            //绑定点击删除按钮回调函数
			$("#del").on('click',function(){
			
				$("#table tr input").each(function(index,element){
					console.log(index);
					console.log($(this).is(":checked"));
					if($(this).is(":checked"))
					{
						$(this).parent().parent().remove();
					}
				})
			
			});
            
	
	
	});

    </script>


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

用jQuery怎么写呀

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信