Team:NCTU Formosa/source/header-human practice
From 2014.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
text-align:center; | text-align:center; | ||
} | } | ||
- | #seemore1 | + | #seemore1{ |
color:blue; | color:blue; | ||
text-align:right; | text-align:right; | ||
Line 13: | Line 13: | ||
text-align:right; | text-align:right; | ||
} | } | ||
- | # | + | #seemore3{ |
color:blue; | color:blue; | ||
text-align:right; | text-align:right; | ||
Line 230: | Line 230: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
+ | $(".move1").hide(); | ||
+ | $(".move2").hide(); | ||
+ | $(".move3").hide(); | ||
+ | |||
$("#seemore1").click(function(){ | $("#seemore1").click(function(){ | ||
$(".move1").fadeToggle("slow"); | $(".move1").fadeToggle("slow"); |
Revision as of 12:32, 28 September 2014