Team:KAIST Korea/enter
From 2012.igem.org
(Difference between revisions)
Line 52: | Line 52: | ||
<body> | <body> | ||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"> | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"> | ||
- | $("#top-section").hide(); | + | $(document).ready(function(){ |
+ | |||
+ | $("#top-section").hide(); | ||
+ | |||
+ | }); | ||
</script> | </script> | ||
<div id="content"> | <div id="content"> |
Revision as of 02:40, 2 August 2012
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">