Tag Archives: jQuery

Create a fun, clean, easy to use FAQ list with jQuery!

jQuery FAQ List

This tutorial demonstrates how to create a jQuery FAQ list that is both easy to use and easy to create. View a real life example.

FAQ pages are often a long list of questions followed by answers, or a list of questions that anchor link to an answer further down the page. Neither one creates a very usable way for users to easily find ...

Simple jQuery Image Fade Slideshow

jQuery Image Fader This tutorial demonstrates how to create a simple image fade slideshow using jquery. We will use a plugin called the jQuery Cycle Plugin to make achieving this effect easier. "The plugin provides a method called cycle which is invoked on a container element. Each child element of the container becomes a "slide". Options control how and when the slides are transitioned." There are numerous ...