Microsoft
70-515 · Question #187
70-515 Question #187: Real Exam Question with Answer & Explanation
Sign in or unlock 70-515 to reveal the answer and full explanation for question #187. The question stem and answer options stay visible for context.
Question
jQuery CheckBoxes In a web page with chechboxes you need to write e jquery that retruns the number checked checkboxes
Options
- Avar n = $("input:checked").length;
- Bvar n = $(":input, :checked").length;
- Cvar n = $("input:selected").length;
- Dvar n = $(":input, :selected").length;
Unlock 70-515 to see the answer
You've previewed enough free 70-515 questions. Unlock 70-515 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.