Article
Topic
Learning
Download
Q&A
Programming Dictionary
Game
Recent Updates
LOGIN
简体中文(ZH-CN)
English(EN)
繁体中文(ZH-TW)
日本語(JA)
한국어(KO)
Melayu(MS)
Français(FR)
Deutsch(DE)
首页
>
课程
>
jQuery Fun Class
>
Module 1 test
Module 1 test
目录列表
jQuery Fun Class
Fun learning about jQuery
What is jQuery?
Getting Started Guid...
Selector
Module 1 test
Module 2: Properties...
Delete attributes
Get & set conten...
val() method
Add content
Module 2 test
Module 3: Manipulati...
css properties
style style
Module 3 Test
Module 4: Manipulati...
Traverse
Module 4 Test
Module 5: Event proc...
event object
Create a to-do list
Module 5 Quiz
Module six: show/hid...
animation
Create drop-down men...
Module 6 Quiz
输入用于访问jQuery的符号。
填写下列空白处,以运行jQuery操作。
(
() { // jQuery code goes here });
使用jQuery从HTML中选择段落:
("
")
以下哪一个选择所有h1和h2元素?
$("h1:h2")
$("h1 h2")
$("h1,h2")
$("h1"),$("h2")
$("h1")
$("h2")
选择id="demo"下的所有
元素
("
p")
1
/5
继续
正确
错误