Skip to content

Latest commit

 

History

History

exercise-3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Exercise 1: Selecting Elements, Setting Attributes

This is a short exercise to demonstrate how you can use jQuery select elements in the DOM and set their styles and attributes. Start by forking and cloning this repository. Then, edit the js/main.js to complete the outlined steps. Make sure to use the element inspector to see your progress.

You may find the following resources helpful:

See the complete branch for answers.