Team:UT-Tokyo/Team

From 2011.igem.org

(Difference between revisions)
Line 45: Line 45:
$(function() {
$(function() {
   $('div.person').hover(function() { // in
   $('div.person').hover(function() { // in
-
     $('div.content span.hide', $(this)).fadeIn(200);
+
     $('div.foot.fb span.facebook, div.foot.tw span.twitter', $(this)).fadeIn(200);
     $('div.content span.name, div.content .foot *', $(this)).css('color', '#A2BECA');
     $('div.content span.name, div.content .foot *', $(this)).css('color', '#A2BECA');
   }, function () { // out
   }, function () { // out
-
     $('div.content span.hide', $(this)).fadeOut(200);
+
     $('div.foot.fb span.facebook, div.foot.tw span.twitter', $(this)).fadeOut(200);
     $('div.content span.name, div.content .foot *', $(this)).css('color', '#aaa');
     $('div.content span.name, div.content .foot *', $(this)).css('color', '#aaa');
   });
   });

Revision as of 17:37, 19 September 2011

Members

Masahiro Kiyota Wiki design
foo bar
21 years old
Masahiro Kiyota Wiki design
foo bar
21 years old
Masahiro Kiyota Wiki design
foo bar
21 years old

What we did

(Provide proper attribution for all work)


Where we're from