jQuery - cz. 1

jQuery - cz. 1

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

IC3 Living Online #1

IC3 Living Online #1

12th Grade

14 Qs

Solar Cell

Solar Cell

10th Grade

15 Qs

(X) Dasar Programming

(X) Dasar Programming

10th Grade

11 Qs

JIC  EXAMEN SISTEMA OPERATIVO

JIC EXAMEN SISTEMA OPERATIVO

10th Grade

13 Qs

Conocimientos sobre etiquetas HTML

Conocimientos sobre etiquetas HTML

11th Grade

10 Qs

Ulangan TIK kelas 5 A/B

Ulangan TIK kelas 5 A/B

10th Grade

15 Qs

Test Your Knowledge of HTML

Test Your Knowledge of HTML

9th - 12th Grade

15 Qs

QUIZ 2 ANDROID LAB

QUIZ 2 ANDROID LAB

12th Grade

10 Qs

jQuery - cz. 1

jQuery - cz. 1

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

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?