Template:Navbox Example.
From Funkinchan
$(document).ready(function() {
$(".navbox-header").click(function() { $(this).next(".navbox-content").slideToggle(); });
});
$(document).ready(function() {
$(".navbox-header").click(function() { $(this).next(".navbox-content").slideToggle(); });
});