tab content script's tag archives

Lightweight JavaScript Slideshow and Tab Interface Script

I was constantly looking for unobtrusive JavaScript tabs script which doesn't require any framework for my personal project. I have found SimpleTabs by Komrade but there's a bug on it plus it doesn't degrades gracefully if JavaScript is disabled. Today I have just found Yetii, which stands for Yet (E)Another JavaScript Tab Interface Implementation. It's a lightweight, object-oriented coded tab interface script which doesn’t require any JavaScript library/frameworks. It degrades gracefully...

Standalone Unobtrusive Tabs Script: SimpleTabs By Komrade

SimpleTabs is lightweight (2.5 KB compressed), unobtrusive tabs script which doesn't require any JavaScript frameworks such as jQuery, Mootools etc. Some of it's interesting features are: It does not need different IDs per tab container in order to have multiple tab sets. So, you can have as many SimpleTabs tab sets as you want on the same page. This solve the most annoying features I found in other tab content script where you are limited to a single tab set. It remembers the last tab...