Team:Hong Kong HKUST/test9

From 2013.igem.org

(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> body{background-color:#494042;width:100%;margin-bottom:20px;min-width:600px;max-width:2000px;height:100%;} #p-logo {visibility:hidden;} .fir...")
Line 1: Line 1:
<html>
<html>
<head>
<head>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
 +
</script>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $("#aaa").click(function(){
 +
    $("#video").toggle();
 +
  });
 +
});
 +
</script>
 +
<style type="text/css">
<style type="text/css">
body{background-color:#494042;width:100%;margin-bottom:20px;min-width:600px;max-width:2000px;height:100%;}
body{background-color:#494042;width:100%;margin-bottom:20px;min-width:600px;max-width:2000px;height:100%;}

Revision as of 12:52, 8 August 2013