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
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 |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
