added hidden div & jQ proofofconcept on 1st link
authordylan <dylan@MAJUSCULE.(none)>
Mon, 18 Oct 2010 17:53:00 +0000 (13:53 -0400)
committerdylan <dylan@MAJUSCULE.(none)>
Mon, 18 Oct 2010 17:53:00 +0000 (13:53 -0400)
includes/tabs.js

index 92c5ef6..57673e5 100644 (file)
@@ -1,12 +1,9 @@
 $(document).ready(function() {
-       $(".content").hide();
-       $("ul.tabs li:first").addClass("active").show();
-       $(".content:first").show();
 
-       $("ul.tabs li").click(function() {
-               $("ul.tabs li").removeClass("active");
+       $("ul.portfolio li").click(function() {
+               //$("ul.tabs li").removeClass("active");
                        $(this).addClass("active");
-                       $(".content").hide();
+                       $(".exhibit").hide();
 
                        var activeTab = $(this).find("a").attr("href");
                        $(activeTab).fadeIn();