Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 879 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 879 Bytes

coding_dojo_jquery

Coding Dojo Bootcamp - May Miller-Ricci

CS110 Assignments - jQuery & jQuery UI

Week 2 - 10/14/13-10/18/13

jQuery Basic: Create a test site using different jQuery functions.

jQuery UI Basic: Create a test site using different jQuery UI elements including accordion, draggable, sortable, and date picker.

jQuery Plugin Periodic Table Toolip: Use a jQuery plug-in. I updated my periodic table to add tooltips that show the element name on hover using the Tipped jQuery plug-in.

jQuery Intermediate 1: Exercise using jQuery to hide/restore images and to append date info from date picker to a form.

jQuery Intermediate 2: Exercise using jQuery to convert slices of a ninja picture to slices of a cat picture on click.

jQuery Advanced: Exercise using jQuery to show the opposite side of a coin on hover and to append rows to a table.