Team:NCTU Formosa/source/header-human practice
From 2014.igem.org
(Difference between revisions)
Joseph83414 (Talk | contribs) |
|||
Line 4: | Line 4: | ||
font-size: 150%; | font-size: 150%; | ||
text-align:center; | text-align:center; | ||
+ | } | ||
+ | #seemore1{ | ||
+ | color:blue; | ||
+ | text-align:right; | ||
} | } | ||
Line 217: | Line 221: | ||
}); | }); | ||
}); | }); | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $("#seemore1").click(function(){ | ||
+ | $(".move1").fadeToggle("slow"); | ||
+ | }); | ||
+ | $("#seemore2").click(function(){ | ||
+ | $(".move2").fadeToggle("slow"); | ||
+ | }); | ||
+ | $("#seemore3").click(function(){ | ||
+ | $(".move3").fadeToggle("slow"); | ||
+ | }); | ||
+ | }); | ||
+ | |||
</script> | </script> |
Revision as of 12:11, 28 September 2014