Team:UT Dallas/notebook dates

From 2011.igem.org

(Difference between revisions)
Line 18: Line 18:
{
{
$.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) {
-
  $('.result').html(data);
+
  $('#results').html(data);
-
  alert('Load was performed.');
+
});
});
}
}

Revision as of 07:34, 27 September 2011