Team:UCLA/samantha michaels ucla2014 workspace

From 2014.igem.org

(Difference between revisions)
Line 183: Line 183:
<!--TEARABLE CLOTH-->
<!--TEARABLE CLOTH-->
-
<canvas id="c"></canvas>
+
<script type="text/javascript">
-
 
+
        document.getElementById('close').onmousedown = function(e) {
-
 
+
            e.preventDefault();
-
</div>
+
            document.getElementById('info').style.display = 'none';
 +
            return false;
 +
        };
 +
    </script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

Revision as of 21:45, 5 August 2014

iGEM UCLA