jQuery II

jQuery II

Professional Development

15 Qs

quiz-placeholder

Similar activities

ILT #1 Web Basic

ILT #1 Web Basic

Professional Development

10 Qs

Python Collections Quiz

Python Collections Quiz

Professional Development

12 Qs

DECI - Week 9 - round

DECI - Week 9 - round

Professional Development

12 Qs

GIS331_UE2Review_Quiz

GIS331_UE2Review_Quiz

Professional Development

20 Qs

04 JavaScript Einführung

04 JavaScript Einführung

Professional Development

10 Qs

INTELLISY

INTELLISY

Professional Development

15 Qs

05 HTML/CSS Vertiefung

05 HTML/CSS Vertiefung

Professional Development

10 Qs

Python - Heap

Python - Heap

Professional Development

15 Qs

jQuery II

jQuery II

Assessment

Quiz

Computers

Professional Development

Practice Problem

Hard

Created by

L H

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

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

Wie kann man ein Element so animieren, dass es um je 30px breiter und höher wird?

$('#element').animate({ width: '+=30px', height: '+=30px' });

$('#element').animate({width: '30px', height: '30px'});

$('#element').animate(width = '30px', height = '30px');

$('#element').grow('30px', '30px');

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Wie kann man ein Element so animieren, dass es 30px breit und ebenso hoch wird?

$('#element').animate({ width: '30px', height: '30px'});

$('#element').animate({ width: '+= 30px', height: '+=30px' });

$('#element').animate(width = '30px', height = '30px');

$('#element').size('30px', '30px');

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Mit welcher Anweisung kann man erreichen, dass eine Animation mit gleichbleibender Geschwindigkeit abläuft?

'steady'

'linear'

'ease'

'flow'

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Mit welcher Methode kann man eine Animation anhalten lassen?

finish();

interrupt();

stop();

hold();

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Mit welcher Methode kann man eine Animation sofort abschließen?

stop();

jumpToEnd();

quit();

finish();

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Wie kann man verhindern, dass das '$'-Zeichen mit anderen JS-Bibliotheken in Konflikt gerät?

jQuery.unbind('$');

$(noConflict(){...});

$.dontUse('$');

$.noConflict();

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Wie kann man mit jQuery die Eingabe in einem Input-Feld abfragen?

$('#my-input').value();

$('#my-input').value;

$('#my-input').val();

$('#my-input').text();

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

Already have an account?