An automatically generating photo gallery script and tutorial!
Create A Tabbed Interface Using jQuery
Creating tabbed interfaces suddenly becomes a piece-of-cake when using the Tabs function in the jQuery UI library. Checkout this tutorial.
A carousel with MooTools
Creat a nifty courasel with MooTools, perfect for an easy slideshow.
Accordian - Toggle
This accordion pulls in the content based upon the list item link and displays it in a nested list. It also changes color and + or - depending on whether its open or closed $(document).ready(function(){ $(“li.child:visible”).hide(); $(“li.parent”).click(function(){ if ($(this).children().hasClass(“selected”)) { $(this).children().removeClass(‘selected’); $(this).next().toggle(“slow”); return false; } else { $(this).children().addClass(‘selected’); $(this).next().load($(this).children().attr(“href”)).toggle(“medium”); return false; } }); });
Pluggable Mootools Tabs
Mootools Tabs plug-in, minimal configuration and you’re off!
Sexy sliding JavaScript side bar menu using mootools
Create animated sidebar using mootools, where space could be saved on a web page.
Fancy Sliding Tab Menu V2
Fancy Sliding tabs menu - might be good for bells, slides, tuning slides, other options etc.