Question: Review the script tags in the HTML file to see that this application doesn't use the slim version of the jQuery file. That way, the

Review the script tags in the HTML file to see that this application doesn't use the slim version of the
jQuery file. That way, the jQuery effects are available to this application.
Review the code in the JavaScript file to see that it's identical to the code for the Image Swap
application in chapter 8. Now, run this application to see how it works.
Add statements to the JavaScript file that fade the caption and image out over a duration of one
second.
Modify the statements that display the new caption and image so the caption and image are faded in
over a duration of one second. Then, run the application to see that this doesn't work the way you
might expect. Instead, the new caption and image are displayed and then faded out and back in.
Add a callback function to the statement that fades out the image. Then, move the statements that
display the new caption and image within this function. Now, the old caption and image should fade
out and the new caption and image should fade in.k!DOCTYPE htmL>
ul>
Casting on the Upper Kings
src=alt=>
src= images/casting1.jpg" alt= Image Gallery area" id="image">
(:/ p >
pody {
font-family: Arial, Helvetica, sans-serif;
width: 420px;
margin: 0 auto;
padding: 20px;
border: 3px solid blue;
}
h1, h2, ul, p {
margin: ;
padding: 0 ;
}
h1{
padding-bottom: .25em;
color: blue;
}
h2{
font-size: 120%;
padding: .5em;
}
li {
padding: 00.25em;
display: inline;
}
#caption, #gallery {
text-align: center;
}ch08> image_gallery > JS image_gallery.js
1// Javascript Goes here!
 Review the script tags in the HTML file to see that

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!