IWA-HWG CSS Homework

line

I took an online course with IWA-HWG on jQuery. These were my assignments.

Week 1: In document-ready, use jQuery selectors to pick out and then style different parts of a table. Uses even, odd, first, first-child, and only child selectors.
Week 2: On a button click, retrieve data from a form. Uses the following jQuery functions: .html, .append, .prepend, .val, .css, .attr, .filter, and .addClass.
Week 3: A slideshow that uses the animate function, bind, and toggleClass.
Week 4A: Put the Men's and Women's tour dates into a jQuery tab.
Week 4B: Made the board comparison page a jQuery dialog off of the boards page.
Week 4C: Put the journal entries into a jQuery accordion.
Tried to have accordions (times of day) within accordion (dates) but I didn't like the outcome -- the entries for the second and third dates ended up with scroll bars. (I forget whether I was using IE or Firefox.)
(At another time I tried to use HTML5 article tags in conjunction with the jQuery accordion, but I did not succeed.
Week 5: A demo of jQuery mobile (also uses processing.js).
line