Team:EPF-Lausanne/Template/Footer
From 2012.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
$("a").filter( | $("a").filter( | ||
function(){ | function(){ | ||
- | var str = $(this).attr("href");console.log("Filtering URL", str); | + | var str = $(this).attr("href");console.log("Filtering URL '", str,"'"); |
if(!str) | if(!str) | ||
return false; | return false; |
Revision as of 23:45, 3 June 2012