Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 484 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 484 Bytes

This project is a challenge to practice Javascript and jQuery skills.

Credit to The Odin Project for the idea.

Also credit to dfan14051 for some improvements I made to how this worked. It was fully functional before, but the grid was drawn with simple <br/>s between each row. Using <div>s for rows makes for a much better DOM structure.