Question:Which of the following selector selects all checked boxes in the form?
A $("checked") B $(":checked") C $("input[checked]") D $("input[checked=checked]")
+ AnswerB
+ Report