Team:British Columbia/humanpractices

From 2013.igem.org

(Difference between revisions)
Line 3: Line 3:
<html>
<html>
<head>
<head>
-
<script>
+
<script text="type/javascript">
-
   $('#devproject').hover(
+
   $('#devproject').click(
     function() {
     function() {
-
         alert("here");
+
         console.log("here");
     $('#descrbox').text("blablablabla");
     $('#descrbox').text("blablablabla");
     }
     }
   );
   );
-
$(document).ready( function() {
+
  $(document).ready(
-
  console.log("hey");
+
    function() {
-
}
+
      console.log("hey");
-
);
+
    }
 +
  );
</script>
</script>

Revision as of 05:39, 25 September 2013

iGEM Home

Text text text.