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

这有错?。。。。。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

    <head>

        <title>:checkbox表单选择器</title>

        <script src="http://libs.baidu.com/jquery/1.9.0/jquery.js" type="text/javascript"></script>

    </head>

    

    <body>

        <h3>将表单的全部复选框设为不可用</h3>

        <form id="frmTest" action="#">

        <input type="button" value="Input Button" /><br />

        <input id="Checkbox1" type="checkbox" />

        <label for="Checkbox1">

            西红柿</label><br />

        <input id="Checkbox2" type="checkbox" />

        <label for="Checkbox2">

            茄子</label><br />

        <input id="Checkbox3" type="checkbox" />

        <label for="Checkbox3">

            黄瓜</label><br />

        <button>

            Button</button><br />

        </form>

        

        <script type="text/javascript">

            $("#frmTest :Checkbox").attr("disabled",true);

        </script>

    </body>

</html>


正在回答

3 回答

Checkbox中checkbox大小写

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

效果出来就行了,它判断你错只是因为你不像它那样写罢了

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

怎么了??

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

举报

0/150
提交
取消
jQuery基础课程
  • 参与学习       154768    人
  • 解答问题       7184    个

加入课程学习,有效提高前端开发速度

进入课程

这有错?。。。。。

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