Understanding JavaScript Libraries (jQuery) Review

Understanding JavaScript Libraries (jQuery) Review

12th Grade

25 Qs

quiz-placeholder

Similar activities

HTML Element Vocab and Data Type Review

HTML Element Vocab and Data Type Review

9th - 12th Grade

21 Qs

Access Tutorials 7-9

Access Tutorials 7-9

9th - 12th Grade

20 Qs

jQuery callback, animate e stop

jQuery callback, animate e stop

12th Grade

22 Qs

HTML, CSS, Javascript-II

HTML, CSS, Javascript-II

12th Grade

25 Qs

Access Lesson 6

Access Lesson 6

9th - 12th Grade

20 Qs

web programming

web programming

9th - 12th Grade

25 Qs

Audacity Quiz

Audacity Quiz

9th - 12th Grade

20 Qs

WEB DESIGN FINAL

WEB DESIGN FINAL

11th - 12th Grade

25 Qs

Understanding JavaScript Libraries (jQuery) Review

Understanding JavaScript Libraries (jQuery) Review

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Cynthia Harrison

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which jQuery method is used to hide selected elements?

.hideSelected()

.hide()

.hidden()

.visibility(false)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which event is triggered when a button is clicked in jQuery?

.onhover

.onclick

.click

.mouseover

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you get the text content of an element using jQuery?

.textContent()

.getText()

.html()

.text()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to animate the height of an element in jQuery?

.animateHeight()

.animate()

.height()

.slide()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you attach an event handler for the click event to all paragraphs using jQuery?

$("p").onClick(function(){});

$("p").click(function(){});

$("p").event("click", function(){});

$("p").attach("click", function(){});

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which jQuery method is used to set or return the value of an attribute for the selected elements?

.attr()

.setAttribute()

.getAttr()

.attribute()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you add a new element inside an existing element at the end using jQuery?

.append()

.insert()

.add()

.attach()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?