1 line
486 B
JavaScript
1 line
486 B
JavaScript
document.addEventListener("DOMContentLoaded",function(e){{let e=document.querySelector(".price-duration-toggler"),n=[].slice.call(document.querySelectorAll(".price-monthly")),c=[].slice.call(document.querySelectorAll(".price-yearly"));function o(){e.checked?(c.map(function(e){e.classList.remove("d-none")}),n.map(function(e){e.classList.add("d-none")})):(c.map(function(e){e.classList.add("d-none")}),n.map(function(e){e.classList.remove("d-none")}))}o(),e.onchange=function(){o()}}}); |