$(function () { $(".js-acd-btn").on("click", function () { $(this).next().slideToggle(); $(this).toggleClass("opened"); }); });