$ ("#panel h5.head").toggle (function() { $ (this).next().show(); }, function() { $ (this).next().hide(); })