网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
jquery的显示隐藏中以下哪种是通过改变高度实现的:()
- A、fadeIn()
- B、fadeOut()
- C、slideDown()
- D、slideUp()
参考答案
更多 “jquery的显示隐藏中以下哪种是通过改变高度实现的:()A、fadeIn()B、fadeOut()C、slideDown()D、slideUp()” 相关考题
考题
YoucreateaWebpagethatcontainsdrop-downmenusthataredefinedbyusingdivtagsinthefollowingcode.YouneedtowriteaJavaScriptfunctionthatwillenablethedrop-downmenustoactivatewhentheuserpositionsthemouseoverthemenutitle.Whichcodesegmentshouldyouuse?()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);});
考题
下列哪一个可以作为链式jQuery命令的示例()。A、$(#box).fadeOut().fadeIn()B、$("#box").fadeOut().fadeIn()C、$("box").fadeOut().fadeIn()D、$(#box).fadeOut().fadeIn()
考题
下列哪一个选项可以作为链式jQuery命令的示例()。A、$(#box).fadeOut().fadeIn()B、$("#box").fadeOut().fadeIn()C、$("box").fadeOut().fadeIn()D、$(#box).fadeOut().fadeIn()
考题
下列哪一个jQuery命令的语法是正确的()。A、$("#book").fadeOUT()B、$("#box").fadeOut().fadeIn()C、$(#box).fadeOut().fadeIn()D、$("#box").fadeOut().fadeInOUT()
考题
实现id名为“wrap”的元素,以展开的方式显示到页面中,以下写法正确的是()。A、$("#wrap").animate({height:"show"},300)B、$("#wrap").slideDown(300)C、$("#wrap").fadeOut()D、$("#wrap").animate({height:0},300)
考题
多选题实现id名为“wrap”的元素,以展开的方式显示到页面中,以下写法正确的是()。A$(#wrap).animate({height:show},300)B$(#wrap).slideDown(300)C$(#wrap).fadeOut()D$(#wrap).animate({height:0},300)
考题
单选题下列哪一个可以作为链式jQuery命令的示例()。A
$(#box).fadeOut().fadeIn()B
$(#box).fadeOut().fadeIn()C
$(box).fadeOut().fadeIn()D
$(#box).fadeOut().fadeIn()
考题
单选题下列哪一个选项可以作为链式jQuery命令的示例()。A
$(#box).fadeOut().fadeIn()B
$(#box).fadeOut().fadeIn()C
$(box).fadeOut().fadeIn()D
$(#box).fadeOut().fadeIn()
考题
单选题下列哪一个jQuery命令的语法是正确的()。A
$(#book).fadeOUT()B
$(#box).fadeOut().fadeIn()C
$(#box).fadeOut().fadeIn()D
$(#box).fadeOut().fadeInOUT()
热门标签
最新试卷