Template:Berkeley Main Script

From 2010.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<script type="text/javascript">
<script type="text/javascript">
 +
var pathname = window.location.pathname;
$(document).ready(function()
$(document).ready(function()
{
{
   $(".firstHeading").remove();
   $(".firstHeading").remove();
-
   alert(1);
+
   alert(pathname);
})
})
</script>
</script>
</html>
</html>
-
blah blah
 

Revision as of 22:44, 24 October 2010