jQuery - cz. 1

jQuery - cz. 1

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 Qs

Web Design and Development N5

Web Design and Development N5

10th Grade

17 Qs

Introduction to CSS

Introduction to CSS

11th - 12th Grade

15 Qs

HTML/CSS Coding Test Pt2

HTML/CSS Coding Test Pt2

7th - 9th Grade

13 Qs

Web Design

Web Design

9th - 10th Grade

12 Qs

CSS-ponavljanje

CSS-ponavljanje

5th Grade - University

11 Qs

HTML-CSS

HTML-CSS

9th Grade - University

14 Qs

Programming

Programming

12th Grade

17 Qs

jQuery - cz. 1

jQuery - cz. 1

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Michał Niedźwiecki

Used 10+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?