In a web page with chechboxes you need to write e jquery that retruns the number checked checkboxes.()

A . var n = $(“input:checked”).length; B . var n = $(“:input, :checked”).length; C . var n = $(“input:selected”).length; D . var n = $(“:input, :selected”).length;

时间:2022-09-13 16:56:48 所属题库:MCTS(70-515)题库

相似题目