15 Puzzle
The 15 puzzle link recreates the 15 Puzzle from the course videos
my9
Links to my9.html. I attempted to meet the requirements below, but did not accomplish. Rather, I replicated
a few jQuery items from the W3Schools site. I found myself working in circles. I need practice!
Instructions:
- Use jQuery exclusively to select HTML elements, manipulate the DOM, respond to events, and alter CSS
properties.
- Create DOM nodes by supplying HTML in the jQuery selector.
- Find nodes by tag name, class and ID using jQuery selectors.
- Add nodes to the DOM tree using append.
- Respond to at least 3 different types of events.
- Fetch the value of CSS properties.
- Set the value of CSS properties.
- I encourage you to use the Canvas Object as well
Week 7 - JQuery
Converts most of week 7 JavaScript to jQuery.