jquery 可见元素

来源:互联网 发布:四六级模拟题软件 编辑:程序博客网 时间:2024/05/17 08:04
 $("input[name=check_all]").click(function () {
            $(":checkbox[name=download_filename]:visible").attr("checked", $(this).attr("checked"))
        })
原创粉丝点击