Untitled Snippet
This is my library snippet with blocks Hello blocks!Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
This is my library snippet with blocks Hello blocks!Continue reading
This is my library snippet with blocks Hello blocks!Continue reading
/* removes the Totals and Cart button on product id = 601 Envelopes */ .postid-601 div.wapf-product-totals { display:none; } .postid-601 .single_add_to_cart_button { display:none; }Continue reading
var soma1 = document.getElementById(‘soma1’); var soma2 = document.getElementById(‘soma2’); var btn = document.getElementById(‘btn’); var result = document.getElementById(‘resultado’); btn.addEventListener(‘click’, function(){ somatotal(); }); function somatotal(){ var soma1Val = parseInt(soma1.value); var soma2Val = parseInt(soma2.value); var soma = soma1Val + soma2Val; document.getElementById(‘resultado’).value = soma; }Continue reading
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({‘gtm.start’: new Date().getTime(),event:’gtm.js’});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!=’dataLayer’?’&l=’+l:”;j.async=true;j.src=Continue reading
As an Amazon Associate, when you buy through my links I may earn a commission.Continue reading