‘ + priceget + ‘Trade Now
‘);
}
else {
jQuery(‘.Atcs p img’).after(”);
}
document.querySelectorAll(“.faq-item-header”).forEach((accordion) => {
accordion.onclick = function() {
this.classList.toggle(“faq-active”);
jQuery(this).parent(“.accordion-item”).toggleClass(“activebg”);
jQuery(this).find(“.faq-item-icon”).toggleClass(“rotateArrowButton”);
let content = this.nextElementSibling;
if (content.style.maxHeight) {
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + “px”;
}
};
});
CoinGape