Team:Queens Canada/Notebook/Week2
From 2012.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
</head> | </head> | ||
<body> | <body> | ||
- | <div | + | <div class="labcontent"> |
- | < | + | <div class="kwicks_container"> |
- | < | + | <ul class="kwicks"> |
- | < | + | <li id="kwick_1"> |
- | + | <a href="" id="notebook">notebook | |
- | + | <h3>Front page</h3> | |
- | + | </a> | |
+ | </li> | ||
+ | <li id="kwick_2"> | ||
+ | <a href="" id="protocols">Protocols | ||
+ | <h3>Makeup web page</h3> | ||
+ | </a> | ||
+ | </li> | ||
+ | |||
+ | </ul> | ||
</div> | </div> | ||
- | <div id="protocolcontent"> | + | <div id="labcontent" style="display:block"> |
- | + | <p id="protocolcontent">Protocol Content</p> | |
- | + | <p id="notebookcontent"> | |
- | + | Notebook Content </p> | |
</div> | </div> | ||
+ | |||
+ | |||
<script> | <script> | ||
- | $("# | + | $("#notebook").click(function () { |
- | $("#protocolcontent").fadeOut( | + | $("#protocolcontent").fadeOut(250, function () { |
- | $("#notebookcontent").fadeIn( | + | $("#notebookcontent").fadeIn(250); |
- | + | }); | |
- | + | return false; | |
}); | }); | ||
- | + | </script> | |
<script> | <script> | ||
- | $("# | + | $("#protocols").click(function () { |
- | $("#notebookcontent").fadeOut( | + | $("#notebookcontent").fadeOut(250, function () { |
- | $("#protocolcontent").fadeIn( | + | $("#protocolcontent").fadeIn(250); |
- | + | }); | |
- | + | return false; | |
}); | }); | ||
- | + | </script> | |
- | </div> | + | |
+ | </div> | ||
</body> | </body> |
Revision as of 20:06, 29 May 2012
Control
Protocol Content
Notebook Content