jQuery Examples

From time to time in the projects I get work on, or the classes I teach, I have the chance to create some pretty cool stuff with my favorite javascript library, jQuery.  My plan here is to post some examples / tutorials.  At the moment there's only one, but more coming..

jQuery Slideshow with Tabs

Recently a client asked me if I knew of a nice javascript slideshow tool that would allow them to drop in simple HTML, and have tabs that the user would click to change slides, and advance the slideshow.

I'm familiar with the jquery cycle plugin, and have used that many times, but I don't think I've ever seen one using nice tabs..   and anyway it's more fun to build it than to go hunting around.   So here's my take on it:

View Demo

Subscribe to RSS - jQuery Examples