jQuery
The jQuery library provides many different ways to use JavaScript to interact with webpages.
Picture Slideshow
Click here to view the Repl project. Fork the project to begin.
Testing
Run the project and test out the site to see how it works.
Updates
There are a couple things you can try to change. Open up the script.js file to try to figure it out:
- Make the fade happen slower
- Make the pictures stay longer
- Add the images/slide4.jpg picture to the slideshow
Input & Output
Click here to view the Repl project. Fork the project to begin.
Testing
Run the project and test out the site to see how it works.
Updates
There are a few things you can try to change:
- Make the text in the header say something different
- Instead of a
<p></p>
element, makenewParagraph
variable into an<h3></h3>
element - Change the background color of the page