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".

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
toggle()
Alternate hiding and showing an element
slideToggle()
Alternate revealing and hiding an item