jQuery I

jQuery I

Professional Development

15 Qs

quiz-placeholder

Similar activities

python quiz

python quiz

6th Grade - Professional Development

10 Qs

SQL Sesi 1

SQL Sesi 1

Professional Development

10 Qs

E-Commerce

E-Commerce

University - Professional Development

16 Qs

Cloud Begins with Me - NUS

Cloud Begins with Me - NUS

Professional Development

17 Qs

OneNote

OneNote

Professional Development

16 Qs

Mobile Technology

Mobile Technology

Professional Development

10 Qs

Programming Knowledge Quiz (Medium)

Programming Knowledge Quiz (Medium)

5th Grade - Professional Development

10 Qs

Data Warehousing

Data Warehousing

Professional Development

17 Qs

jQuery I

jQuery I

Assessment

Quiz

Computers

Professional Development

Medium

Created by

L H

Used 12+ times

FREE Resource

AI

Enhance your content

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Mit jQuery kann ich die gleichen Selektoren verwenden wie in CSS.

Stimmt.

Funktioniert nur bei ein paar wenigen Selektoren.

Nein, funktioniert nur so wie bei JavaScript.

Geht, aber nicht in allen Browsern.

2.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Wie kann man jQuery einbinden? (mehrere Antworten möglich)

Mittels CDN (Content Delivery Network).

Downloaden und über den Webserver bereitstellen.

User müssen sich jQuery manuell herunterladen und installieren.

Mittels CMS (Content Management System).

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Das Styling eines Elementes kann man mit jQuery verändern über...

.css('attribute', 'value');

.style('attribute', 'value');

.style = 'value';

.css = 'value';

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Wie kann man sicherstellen, dass jQuery erst ausgeführt wird, wenn das Dokument vollständig eingelesen ist? (mehrere Antworten möglich)

$(document).ready(function(){....});

$(function(){....});

jQuery(function(){....});

jQuery($).ready().function(){....};

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Was ist KEIN jQuery Event?

keypress

keydown

keyup

keypush

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Mit welcher Anweisung kann man ein sichtbares Element unsichtbar und ein unsichtbares sichtbar machen?

$('#my-element').toggle();

$('#my-element').switch();

$('#my-element').change();

Das geht nicht, dafür muss man eine JavaScript-Funktion schreiben.

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Das $-Zeichen steht für...

jQuery

einen Variablennamen

eine Funktion

eine Telefonnummer

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?