jQuery - cz. 1

jQuery - cz. 1

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Excel

Excel

11th - 12th Grade

10 Qs

7.2 Knowledge check

7.2 Knowledge check

9th Grade

10 Qs

HTML

HTML

8th - 12th Grade

15 Qs

quiz java job 1-3

quiz java job 1-3

11th Grade

10 Qs

Parcial 1 B3 (1eros) 23-24

Parcial 1 B3 (1eros) 23-24

10th Grade

17 Qs

Acumulativa Noveno 3P Lógica Propos.

Acumulativa Noveno 3P Lógica Propos.

9th Grade

10 Qs

Programowanie w Pythonie

Programowanie w Pythonie

11th Grade

12 Qs

jQuery - cz. 1

jQuery - cz. 1

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Michał Niedźwiecki

Used 10+ times

FREE Resource

AI

Enhance your content in a minute

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

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

W jaki sposób można dołączyć bibliotekę jQuery do projektu/strony:

poprzez umieszczenie pliku z biblioteką w katalogu naszej strony

poprzez hosting zewnętrzny (CDN)

obydwa poprzednie sposoby są poprawne

żadna z odpowiedzi nie jest prawdziwa

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Zaznacz poprawną strukturę składnię jQuery:

<$ selektor.akcja () ?>

$( selektor ). akcja ()

&( selektor ). akcja ()

<& selektor.akcja () ?>

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Wskaż składnię odnoszącą się do paragrafu o klasie "demo"

$("p#demo")

$("p-demo")

$("p.demo")

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Która z poniższych metod ukryje paragraf?

$("p").show();

$("p").hide();

$("p").fade();

$("p").Toggle();

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Wskaż metodę która zwróci adres URL łącza.

$("a").url("href");

$("a").attr("href");

$("a").text("href");

$("a").html("href");

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Wskaż metodę która wstawi tekst „Tak!” na końcu elementu <p>:

$("p").add("Tak!");

$("p").textadd("Tak!");

$("p").append("Tak!");

$("p").addend("Tak!");

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Wskaż metodę która usunie element <p>.

$("p").delete();

$("p").(delete);

$("p").remove();

$("p").drop();

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers