Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 554 Bytes

File metadata and controls

21 lines (12 loc) · 554 Bytes

#FEWD Homework #3 - jQuery Traffic Light



###Description

In class you were introduced to jQuery, which is a javascript library that uses css selectors to select and manipulate elements on web pages. In this assignment you will use jQuery to make the traffic light functional.



###Technical Requirements

  • Use jQuery (and not native javascript)
  • Your javascript code should be placed in an external js file
  • Use proper indentation to increase your code's readability
  • Use the jQuery examples covered in class for reference