当前位置:MCTS(70-515)题库

问题:

[单选]

You create a Web page that contains drop-down menus that are defined by using div tags in the following code. 

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?()

A . $(".dropdown-menu").hover( function () { $(".menu-items").slideDown(100); },function () { $(".menu-items").slideUp(100); } );
B . $(".dropdown-menu").hover( function () { $(".menu-items", this).slideDown(100); },function (){ $(".menu-items", this).slideUp(100); } );
C . $(".dropdown-menu").hover( function () { $(this)".slideDown(100); }, function () {  $(this).slideUp(100);  } );
D . $(".dropdown-menu").hover( function () { $("this.menu-title",).slideDown(100); },function () {$("this.menu-title",).slideUp(100); } );

产生水头损失的根源是什么? 在Word2003中,文本框可以设置为哪几种文字环绕方式? You are developing an application to create a new file on the local file system.You need to define specific security settings for the file. You must deny the file inheritance of any default security settings during creation.What should you do?() Create the file by using a new FileStream object by passing the FileSecurity object as a parameter to the FileStream constructor.。 Create a new FileSecurity object.。 Apply the permissions by using the File class.。 Create a new FileSystem Access Rule object for each permission that you need,and add each rule to the FileSecurity object.。 Create a new FileSystem Audit Rule object and add it to the FileSecurity object.。 简述人际关系出现障碍的原因。 简述结构化开发方法的主要阶段和各阶段产生的文档。

You create a Web page that contains drop-down menus that are defined by using div tags in the following code. 

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?()

参考答案:

  参考解析

本题暂无解析

在线 客服