Template:Team:HokkaidoU Japan/javascripts/notebook.js

From 2012.igem.org

(Difference between revisions)
 
Line 3: Line 3:
     $('.hokkaidou-notebook-daily > h2').click(function(){
     $('.hokkaidou-notebook-daily > h2').click(function(){
         $(this).next('div').toggle('normal');
         $(this).next('div').toggle('normal');
 +
        $(this).toggleClass('open');
     });
     });
});
});
</script></html>
</script></html>

Latest revision as of 10:08, 16 July 2012