$(document).ready(function() { $('.accordion a').click(function() { $(this).toggleclass('active'); $(this).next('.content').slidetoggle(400); }); });