jq 为什么checkbox没有选中,button没有禁用?
<divclass="overt"><label><inputtype="checkbox"/>完全公开</label><buttontype="button"class...
<div class="overt">
<label>
<input type="checkbox" />完全公开
</label>
<button type="button" class="btn btn-primary" data-dismiss="modal" data-toggle="modal" data-target="#">添加可访问用户</button>
</div>
$(document).ready(function()
{
$('.overt input[type="checkbox"]').attr("checked","checked");
$(".overt button").attr("disabled","disabled");
}); 展开
<label>
<input type="checkbox" />完全公开
</label>
<button type="button" class="btn btn-primary" data-dismiss="modal" data-toggle="modal" data-target="#">添加可访问用户</button>
</div>
$(document).ready(function()
{
$('.overt input[type="checkbox"]').attr("checked","checked");
$(".overt button").attr("disabled","disabled");
}); 展开
展开全部
你好 你这里写错了 $('.overt input[type="唤或凳checkbox"]')
应该是 $(".overt input[type=checkbox]")
教你一个判断是否 定位到元素的方法 很简单
alert($(".overt input[type=checkbox]"和旅).length)
可以弹出 定位到的元素的个数 如果等于0 就代表没有定位到
那你就要关注定位是否正确了·
希望能帮到你 谢团庆谢
应该是 $(".overt input[type=checkbox]")
教你一个判断是否 定位到元素的方法 很简单
alert($(".overt input[type=checkbox]"和旅).length)
可以弹出 定位到的元素的个数 如果等于0 就代表没有定位到
那你就要关注定位是否正确了·
希望能帮到你 谢团庆谢
追问
也没有定位到button。
追答
$("button type=button") 如果实在定位不到 给
$("#a") 这样子好了
老实说 很少用button 因为不好写样式 就算用 也是
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询