Notifications
Clear all
News and Rumors
1
Posts
1
Users
0
Reactions
14
Views
Topic starter
29/07/2024 9:14 am
' + 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