$(document).ready(function(){ $('.accordion .head').click(function() { $(this).next().slideToggle(); $(this).toggleClass('head-closed'); return false; }).next().show(); });