Klasa sprawdzania istnieje w elemencie według identyfikatora nadrzędnego w jQuery
$(this).parent().find('.accordion-body').length == 1;
or you can use hasClass()
Ankur
$(this).parent().find('.accordion-body').length == 1;
or you can use hasClass()