JQuery - AJAX

JQuery - AJAX

Professional Development

10 Qs

quiz-placeholder

Similar activities

AWS RDS Quiz

AWS RDS Quiz

Professional Development

10 Qs

MS WORD 2016 - Styles

MS WORD 2016 - Styles

Professional Development

10 Qs

3) Kursus Teknikal Day 2

3) Kursus Teknikal Day 2

Professional Development

10 Qs

SEC+ Ch.8 Review Test

SEC+ Ch.8 Review Test

Professional Development

15 Qs

CONG NGHE THONG TIN

CONG NGHE THONG TIN

Professional Development

15 Qs

ВебДиз4

ВебДиз4

Professional Development

11 Qs

Power BI Essentials

Power BI Essentials

Professional Development

10 Qs

5. Echo - Query And ORM

5. Echo - Query And ORM

Professional Development

11 Qs

JQuery - AJAX

JQuery - AJAX

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

Digital Marketing

Used 132+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct?

JQuery is a JSON Library

JQuery is a Javascript Library

Both are correct

NOTA

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct jQuery code to set the background color of all p elements to red?

$("p").manipulate("background-color","red");

$("p").style("background-color","red");

$("p").layout("background-color","red");

$("p").css("background-color","red");

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With jQuery, look at the following selector: $("div.intro"). What does it select?

All div elements with id="intro"

All div elements with class="intro"

The first div element with class="intro"

The first div element with id="intro"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which jQuery method is used to set one or more style properties for selected elements?

css()

style()

html()

both style and css

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which jQuery method is used to perform an asynchronous HTTP request?

jQuery.ajax()

jQuery.ajaxSetup()

jQuery.ajaxAsync()

NOTA

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which jQuery function is used to prevent code from running, before the document is finished loading?

$(body).onload()

$(document).load()

$(document).ready()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following selector: $("div p"). What does it select?

The first p element inside a div element

All p elements inside a div element

All div elements with a p element

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?