checkbox 只读,若是不想设置成disabled="disabled",能够这样设置

1.若是不想checkbox设置disabled="disabled"后变成灰色,能够这样设置:web $("input[type='checkbox']").click( function(){ this.checked = !this.checked; } );
相关文章
相关标签/搜索