Skip to content

Latest commit

 

History

History

exercise-2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Exercise 2: Selecting Elements, Setting Attributes

This is a more involved exercise to demonstrate how you can use jQuery to select elements in the DOM and set their styles and attributes. Start by forking and cloning this repository, and running a local web server. Then, edit the js/main.js to complete the steps outlined in your index.html file.

You may find the following resources helpful:

See the complete branch for answers.