From: Dylan Lloyd Date: Mon, 20 Dec 2010 17:21:55 +0000 (-0500) Subject: fixed linking to anchor X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=00839291837dad986d0e77183146bf2862ca0628;p=dylansserver.git fixed linking to anchor --- diff --git a/includes/tabs.js b/includes/tabs.js index 7c7f269..a3c4ded 100644 --- a/includes/tabs.js +++ b/includes/tabs.js @@ -1,5 +1,9 @@ $(document).ready(function() { $(".tabs").hide(); + var divs = document.getElementsByTagName('div'); + if(document.location.hash){ + $(document.location.hash + '_').show(); + } var i = 0; $("ul.portfolio li.project a.exhibit").click(function() { i++; @@ -7,16 +11,14 @@ $(document).ready(function() { $("ul.portfolio li").removeClass("active"); $(this).addClass("active_project"); - var activeTab = $(this).attr("href"); + var activeTab = $(this).attr("href") + '_'; if (i==1) $(activeTab).show("slide", 400); else $(activeTab).show("puff", 600); $(activeTab).addClass("active_tab"); - return false; }); $('#showdivs').click(function() { - var divs = document.getElementsByTagName('div'); for(i=0;i
-
+
3D printing is a form of additive manufacturing technology where a three dimensional object is created by successive layers of @@ -49,9 +49,10 @@
-
+
youtube_backup +


backs up all the youtube videos in a users favorites list.

@@ -60,7 +61,7 @@
-
+

foxy-addons/

@@ -72,7 +73,7 @@ here's the repo for the source code.
-
+
drawcss

writing markup for website wireframes always seemed silly.

this is a tool to draw them (it's not done).

@@ -81,7 +82,7 @@
-
+
readoo helps you find search keywords to target.

it reads your IIS logs, and finds successful keywords worth focusing on.

it's not done yet! here's the source code.