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

Quiz
•
Computers
•
Professional Development
•
Hard
L H
Used 5+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
$('#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
Similar Resources on Quizizz
16 questions
Quiz Woche 22 - 23

Quiz
•
Professional Development
10 questions
05 HTML/CSS Vertiefung

Quiz
•
Professional Development
10 questions
Wie gut kennst du MTS23 wirklich?

Quiz
•
Professional Development
10 questions
Robotik und Coding für Schüler

Quiz
•
Professional Development
17 questions
Coding Basics

Quiz
•
12th Grade - Professi...
10 questions
OSI-Schichtenmodelle

Quiz
•
Professional Development
12 questions
ES6

Quiz
•
Professional Development
10 questions
Chapter 2 - FSW

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade