jQuery Resource Page of Effects and Manipulations -- with scripting!

Instructions:

Save jq_effects_lab.html to your computer.

The content of this page is a partial list of the core/main jQuery "actions". You will script this page so that:

addClass()
Add a CSS class to an object
append()
Add content to the end of an element
attr()
Retrieve or set the value of an attribute
css()
Retrieve or set the value of a CSS property
fadeIn()
Fade in an object
fadeOut()
Fade out an object
toggle()
Alternate hiding and showing an element