Team:UT Dallas/notebook dates

From 2011.igem.org

(Difference between revisions)
Line 14: Line 14:
function getData(fname)
function getData(fname)
{
{
-
         $('#results').hide("slide", { direction: "right" }, 200);
+
         $('#results').hide("slide", { direction: "right" }, 250);
     $.get("https://2011.igem.org/Team:UT_Dallas/"+fname+"?action=raw&ctype=text/x-wiki", function(data) {
     $.get("https://2011.igem.org/Team:UT_Dallas/"+fname+"?action=raw&ctype=text/x-wiki", function(data) {
  $('#results').html(data);
  $('#results').html(data);
-
  $('#results').show("slide", { direction: "left" }, 200);
+
  $('#results').show("slide", { direction: "left" }, 250);
});
});
Line 121: Line 121:
<br><a href='#' onclick="getData('week11');return false;" class="week_link">Week 11 </a>
<br><a href='#' onclick="getData('week11');return false;" class="week_link">Week 11 </a>
<br><a href='#' onclick="getData('week12');return false;" class="week_link">Week 12 </a> </div>
<br><a href='#' onclick="getData('week12');return false;" class="week_link">Week 12 </a> </div>
 +
<div style="margin-top:135px;">
<div id='results' style="margin-bottom:15px"><h2>Week 1</h2>
<div id='results' style="margin-bottom:15px"><h2>Week 1</h2>
<table>
<table>
Line 149: Line 150:
Transformation of 50µL of DH5a, 2 µL DNA (all carb) at 37 degrees overnight<br>
Transformation of 50µL of DH5a, 2 µL DNA (all carb) at 37 degrees overnight<br>
Incubated in 3mL LB and appropriate antibiotic overnight at 37 degrees Celsius and 220 rpm.</td></tr>
Incubated in 3mL LB and appropriate antibiotic overnight at 37 degrees Celsius and 220 rpm.</td></tr>
-
</table></div></div>
+
</table></div>
 +
</div>
 +
</div>
</div>
</div>
</div>
</div>

Revision as of 08:33, 28 September 2011