Team:BYU Provo/Team OxyR

From 2011.igem.org

(Difference between revisions)
 
Line 6: Line 6:
   ele.style.backgroundColor = "#059469";
   ele.style.backgroundColor = "#059469";
   jQuery(document).ready(function(){
   jQuery(document).ready(function(){
-
    $('.accordion').click(function() {
 
-
      $(this).next().toggle("slow");
 
-
        return false;
 
-
      }).next().hide();
 
-
    $('.accordion2').click(function() {
 
-
      $(this).next().next().toggle("slow");
 
-
        return false;
 
-
    }).next().next().hide();
 
     $('.accordion').next().show();
     $('.accordion').next().show();
   });
   });

Latest revision as of 21:20, 23 September 2011

Team BYU Provo

BYU Provo