Template:Sifuentes04
From 2014.igem.org
(Difference between revisions)
Line 299: | Line 299: | ||
var contentwidth = $('.accordion-header').width(); | var contentwidth = $('.accordion-header').width(); | ||
$('.accordion-content').css({'width' : contentwidth }); | $('.accordion-content').css({'width' : contentwidth }); | ||
- | |||
- | |||
// The Accordion Effect | // The Accordion Effect | ||
Line 318: | Line 316: | ||
return false; | return false; | ||
}); | }); | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | $('.menuCollapse').click(function () { | ||
+ | $('.menuCollapse').css('border','0 none transparent'); | ||
+ | } | ||
+ | |||
$(".button").click(function(){ | $(".button").click(function(){ |
Revision as of 20:40, 12 January 2015