jQuery Resource page of Effects and Manupulations -- 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 of an HTML object
css()
Retrieve or set the value of a CSS property of an element
fadeIn()
Fade in an object
fadeOut()
Fade out an object
fadeToggle()
Alternate fading in or out an object
hide()
Make an element disappear
prepend()
Add content to the front/beginning of an element
removeClass()
Remove a CSS class from an object
show()
Make an element appear
slideDown()
Reveral an item
slideUp()
Aniamte out an
slideToggle()
Alternate revealing and hiding an item
toggle()
Alternat hiding and showing an element
toggleClass()
Add or remove a class (alternating) to/from an object