$(function(){ $(document).on("click", ".item-title", function(){ let _this = $(this), item = _this.parents(".faq-item") item.toggleClass("in-open") }) })