Team:UT Dallas/notebook dates

From 2011.igem.org

(Difference between revisions)
Line 14: Line 14:
function getData(fname)
function getData(fname)
{
{
-
$.get("https://2011.igem.org/Team:UT_Dallas/"+fname+"?action=raw&ctype=text/x-wiki", function(data) {
+
        $('#results').slideUp('fast', function() {
 +
    $.get("https://2011.igem.org/Team:UT_Dallas/"+fname+"?action=raw&ctype=text/x-wiki", function(data) {
  $('#results').html(data);
  $('#results').html(data);
 +
  $('#results').slideUp('fast');
});
});
 +
  });
 +
}
}
$(function(){
$(function(){

Revision as of 08:20, 28 September 2011