Simple FAQ presentation using CSS and jQuery

The jQuery JavaScript library is something I discovered within the last few months and have been using actively in my current project. I love the ease with which you can traverse the DOM and select elements, add events and enable special effects. It dramatically reduces the lines of code required to perform these tasks and [...]