http://www.bampfa.berkeley.edu/code/js/bampfaccordion.js

noneclosurejsminedpackereduglifiedyuied
size
(bytes)
146129135456129132
gzipped size
(bytes)
138131132323132131
view:


jQuery(document).ready(function(){
	$(".accordionhead").click(function() {
		$(this).next().toggle("fast");
		return false;
	}).next().hide();
});