jQuery想要获取网页中某个元素的属性,可以通过哪个方法
A. css()
B. style()
C. attr()
D. attribute()
jQuery想要改变网页中某个元素的css样式,可以通过下面哪个方法
A. style()
B. css()
C. innerHtml()
D. attr()
给网页中的某个元素添加显示动画,下面哪项是错误的
A. show()
B. show(2000)
C. show("slow")
D. show(fast)
想要获取网页中
标签里的文本内容,可以通过下面哪个方法 A. text("hello")
B. text()
C. attr("hello")
D. attr()