Team:NCTU Formosa/source/header-notebook
From 2014.igem.org
(Difference between revisions)
Line 77: | Line 77: | ||
margin: 5px; | margin: 5px; | ||
} | } | ||
+ | |||
</style> | </style> | ||
<script> | <script> | ||
Line 93: | Line 94: | ||
);} | );} | ||
$(document).ready(function() {initMenu();}); | $(document).ready(function() {initMenu();}); | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $("#move1").click(function(){ | ||
+ | $("show1").toggle(); | ||
+ | }); | ||
+ | if($evt.target.id != "move1") { | ||
+ | $('#show1').hide(); | ||
+ | }); | ||
+ | |||
</script> | </script> |
Revision as of 09:14, 30 September 2014