相关考题
-
单项选择题
jQuery中当动画完成之后,执行()函数内的代码。
A.回调
B.递归
C.自定义
D.立刻停止 -
单项选择题
对透明度的设置,可以直接使用()属性。
A.height
B.width
C.opacity
D.closest -
单项选择题
在jQuery中,用()方法类获取和设置元素属性,()方法来删除元素属性。
A.attr();removeAttr()
B.attribute();removeAttr()
C.Attr();removeAttribute()
D.Attribute;removeAttribute()
