click: function() {
          $(this).attr("aria-expanded", !JSON.parse($(this).attr("aria-expanded")));
          $(this).next().slideToggle();
        }