标签:style io sp strong on div bs cti as
$("input[type=‘checkbox‘]").prop("checked", function( i, val ) {
return !val;
});
$("input[type=‘checkbox‘]").prop({
disabled: true,
checked:true
});
标签:style io sp strong on div bs cti as
原文地址:http://www.cnblogs.com/angelgril/p/4155459.html