Difference between revisions of "Team:CIEI-China"

(Replaced content with "{{CIEI-China}} <html> </html>")
Line 2: Line 2:
 
<html>
 
<html>
  
<script src="https://2016.igem.org/Team:BIT-China/js/basic/jquery-2-0-0?action=raw&ctype=text/javascript"></script>
 
<script>
 
$(document).ready(function(){
 
$("#toggler").click(function(){
 
if($(".toggle_content").css("display") == "none")
 
$(".toggle_content").slideDown();
 
else
 
$(".toggle_content").hide();
 
});
 
});
 
</script>
 
  
 
</html>
 
</html>

Revision as of 02:56, 3 October 2017

Bootstrap 101 Template