Team:UT Dallas/Notebook

From 2012.igem.org

(Difference between revisions)
Line 158: Line 158:
left: '110px'
left: '110px'
  }, 500, function() {
  }, 500, function() {
-
$('#book_contents').html($('#book_cover').html());
+
//anim complete
-
$('#book_cover').html("");
+
  });
  });
}
}
Line 167: Line 166:
left: '-155px'
left: '-155px'
  }, 500, function() {
  }, 500, function() {
-
$('#book_cover').html($('#book_contents').html());
+
//anim complete
-
$('#book_contents').html("");
+
  });
  });
});
});
Line 175: Line 173:
left: '-155px'
left: '-155px'
  }, 500, function() {
  }, 500, function() {
-
$('#book_cover').html($('#book_contents').html());
+
//anim complete
-
$('#book_contents').html("");
+
  });
  });
});
});

Revision as of 06:39, 28 September 2012