Project Avant Facebook Page Project Avant Twitter Page

tutorial #1: selecting, decorating & enhancing

overview

As you progress through these tutorials, you will see that jQuery has a significant number of capabilities to make website more dynamitic. However, before you can advance through this website to see demonstrations on animation, slideshow, and so on, you should learn about jQuery coding, Selecting, Decorating, and Enhancing.

Selecting is the main component of jQuery; it allows web developers to target specific elements. Decorating allows the styles of selected elements to be modified without adding or removing their CSS properties. Enhancing is used implement effects like toggle on webpages. There are three demos in this tutorial. First is a demonstration of a zebra-striped table. Second is toggle with slide effect, and third is revealing spoiler.