Microsoft
70-515 · Question #61
70-515 Question #61: Real Exam Question with Answer & Explanation
Sign in or unlock 70-515 to reveal the answer and full explanation for question #61. The question stem and answer options stay visible for context.
Question
You create a Web page that contains drop-down menus that are defined by using div tags in the following code. <div class="dropdown-menu"> <div class="menu-title">Menu One</div> <div class="menu-items" style="display:none;"> <div><a href="#">Item One</a></div> <div><a href="#">Item Two</a></div> </div> </div> <div class="dropdown-menu"> <div class="menu-title">Menu Two</div> <div class="menu-items" style="display:none;"> <div><a href="#">Item Three</a></div> <div><a href="#">Item Four</a></div> </div> </div> You need to write a JavaScript function that will enable the drop-down menus to activate when the user positions the mouse over the menu title. Which code segment should you use?
Options
- A$(".dropdown-menu").hover(
- B$(".dropdown-menu").hover(
- C$(".dropdown-menu").hover(
- D$(".dropdown-menu").hover(
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.