Using bootstrap accordion in mustache template in child theme of Boost

Re: Using bootstrap accordion in mustache template in child theme of Boost

by Franky Just -
Number of replies: 0
This code is working:

$('#faccordion .card-toggle').on('click', function(e){

$(this).find('i.fa').toggleClass('fa-plus fa-minus');

});