题目内容

在HMTL中用()实现选择菜单列表结构。

A. select
B. ul
C. ol
D. option

查看答案
更多问题

在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.

答案查题题库