题目内容

在jQuery中,用()获取元素的高度且包括内边距。

A. innerWidth()
B. innerHeight()
C. outerHeight()
D. height()

查看答案
更多问题

下面不属于jQuery文档处理的是

A. 包裹
B. 替换
C. 删除
D. 内部和外部插入

在jQuery中,removeClass()理解错误的是

A. $(selector).removeClass()删除所有类
B. $(selector).removeClass("c1")移除单个类
C. $(selector).removeClass("c1 c2 c3")移除多个类
D. $(selector).removeClass("c1,c2,c3")移除多个类

在jQuery中,不能实现表单选中状态的是

A. $("input").attr("checked",true)
B. $("input").attr("checked","checked")
C. $("input").attr(checked)
D.

在jQuery中,用()来获取当前窗口的宽度值。

A. width()
B. width(val)
C. width
D. innerWidth

答案查题题库