题目内容

使用animate方法实现与代码$("div").fadeIn(600)相同效果的代码写法是()(2.0)

A. $("div").animate({"opacity":"1"})
B. $("div").animate({"opacity":"1"},"fast")
C. $("div").animate({"opacity":"1"},600)
D. $("div").animate({"opacity":"1"},"normal")

查看答案
更多问题

关于jQuery中自定义动画方法animate()的使用方法,正确的是()(2.0)

A. $("div").animate(400,{"width":"100px","height":"100px"})
B. $("div").animate("width",100px")
C. $("div").animate({"height":"500px","width":"500px"})
D. $("div").animate({"height":"+=50px"})

BootStrap内置了一套响应式、移动设备优先的流式栅格系统,随着屏幕设备或视口尺寸的增加,系统会自动分为最多( )列。(2.0)

A. 8
B. 10
C. 12
D. 16

在HTML文档对象模型中, history对象的()用于加载历史列表中的下一个URL页面( )(2.0)

A. next()
B. back()
C. forward()
D. go(-1)

在 Javascript中,可以使用Date对象的( )方法返回一个月中的每一天。( )(2.0)

A. getDate
B. getYear
C. getMonth
D. getTime

答案查题题库