jq(document).ready(function(){ jq('.portlet-static-nav .head').click(function() { jq(this).toggleClass('open'); jq(this).next().toggle('slow'); return false; }).next().hide(); });