Team:Duke

From 2009.igem.org

(Difference between revisions)
Line 21: Line 21:
  // toggles the slickbox on clicking the noted link
  // toggles the slickbox on clicking the noted link
   $('a#slick-toggle').click(function() {
   $('a#slick-toggle').click(function() {
-
  $('#slickbox').toggle(600);
+
  $('#slickbox').toggle(300);
  return false;
  return false;
   });
   });

Revision as of 19:27, 22 September 2009

toggle box

blahblahblah


Under Construction