Team:TU Delft/header2
From 2010.igem.org
(Difference between revisions)
Line 42: | Line 42: | ||
if(activePage == "home") { | if(activePage == "home") { | ||
$.history.load("pages/home"); | $.history.load("pages/home"); | ||
+ | rewriteLinks($("#load")); | ||
} | } | ||
Line 77: | Line 78: | ||
function rewriteLinks(elem) { | function rewriteLinks(elem) { | ||
- | |||
- | |||
$("a", elem).each(function(){ | $("a", elem).each(function(){ |
Revision as of 14:29, 21 July 2010