(Replaced content with "{{CIEI-China}} <html> </html>") |
SamanthaLiu (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{CIEI-China}} | {{CIEI-China}} | ||
<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:57, 3 October 2017