Team:BioscienceDragons AZ/Help

From 2013hs.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
-
 
+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<style type="text/css">
<style type="text/css">
#box { font-size: 10px; background: blue; padding: 10px; }
#box { font-size: 10px; background: blue; padding: 10px; }
</style>
</style>
<script>
<script>
 +
$().ready(function() {
alert('test');
alert('test');
 +
});
</script>
</script>
<div id="box">Testing</div>
<div id="box">Testing</div>

Revision as of 01:08, 12 June 2013

Testing