Jim on October 30th, 2009




My latest project involving jQuery was a bit tricky because I could not find anything that detailed how to generate a tab once a user clicked on a link, and then how to close that tab if the user clicked the close button.

Continue reading about Building jQuery Tabs That Open & Close

Jim on October 30th, 2009




A couple weeks ago, I made this pull out slider thing using jQuery. (people use them as feedback tabs) I decided to try making it into a plugin for jQuery and here it is.

Continue reading about jQuery Tab Slide Out Plugin




Let us improve upon the concept of a blogroll by not just listing sites, but dynamically pulling recent headlines from them, and using some fun jQuery animation.

Continue reading about Building a Better Blogroll: Dynamic Fun with SimplePie and jQuery

Jim on October 30th, 2009




Learn how to build a lava lamp tab and sliding content all together with just simple jQuery code. This script is good for sidebar that display recent posts, comments and community news.

Continue reading about jQuery Moving Tab and Sliding Content Tutorial




In this tutorial I will show you how to create a navigation menu that slides horizontally. It begins with a set of “tabs” on the right side of a containing element. When clicked, a tab slides to the left to reveal a group of links.

Continue reading about Tab Navigation with Smooth Horizontal Sliding Using jQuery