Java Script c9 Question 1 (1 point) You use the basic jQuery methods for effects
ID: 3917909 • Letter: J
Question
Java Script c9
Question 1 (1 point)
You use the basic jQuery methods for effects to
Question 1 options:
determine how an effect is performed on selected elements
start or stop an animation on selected elements
display or hide selected elements
change CSS properties for selected elements
Save
Question 2 (1 point)
When working with jQuery effects, what does chaining do?
Question 2 options:
Changes the height, width, and opacity of the selected element
Sets the duration for the effect
Executes a callback function
Executes two or more jQuery effects in a row
Save
Question 3 (1 point)
To execute code after a jQuery effect has finished, you can use
Question 3 options:
a callback function
a global function
a local function
a parameterless function
Save
Question 4 (1 point)
To start and stop a slide show, you must do all but one of the following. Which one is it?
Question 4 options:
Code a function expression for running the slide show
Code an event handler for the click event of the slides
Call the setInterval() method to start the slide show
Call the clearInterval() method to stop the slide show
Save
Question 5 (1 point)
You use the animate() method to
Question 5 options:
determine how an effect is performed on selected elements
start or stop an animation on selected elements
display or hide selected elements
change CSS properties for selected elements
Save
Question 6 (1 point)
When you use the animate() method, what must you code to define the animation?
Question 6 options:
a properties map
a callback function
a duration parameter
CSS properties
Save
Question 7 (1 point)
When you use the animate() method, what must you code to determine how long the animation will last?
Question 7 options:
a properties map
a callback function
a duration parameter
CSS properties
determine how an effect is performed on selected elements
start or stop an animation on selected elements
display or hide selected elements
change CSS properties for selected elements
Explanation / Answer
1. Determines how an effect is performed on selected elements - Correct option
2. Executes two or more jQuery effects in a row
3. A Callback function
4. Code a function expression for running the slide show
5. Change CSS properties for selected elements by perfoming some custom animations
6. CSS Properties
7. A duration parameter
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.