// JavaScript Document $(function(){ $('.accordionBtn').click(function(){ $(this).next().slideToggle(); $(this).toggleClass("close"); }); });