Team:SEU O China/Template/Style

From 2012.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 22: Line 22:
}
}
</style>
</style>
 +
 +
 +
 +
<script>
<script>
 +
 +
  $(document).ready(function(){
  $(document).ready(function(){
   $('.content').css('display','none');
   $('.content').css('display','none');
Line 45: Line 51:
  });
  });
</script>
</script>
 +
 +
 +
<script type="text/javascript">
 +
var srcc=window.location;     
 +
srcc=srcc.toString() 
 +
start=srcc.indexOf("#"); 
 +
end=srcc.length; 
 +
$(document).ready(function(){
 +
 +
if (start > 2)
 +
{
 +
    $('.content').hide();
 +
    var name = $(this).attr('id');
 +
    $(srcc.substring(start,end)).fadeIn(500);
 +
}
 +
    });
 +
</script>
 +
</head>
</head>
</html>
</html>

Latest revision as of 13:40, 26 September 2012