skip to Main Content

jQuery "after" add div twice – WordPress

I have problem where I want to add new div after specific div and this div is added twice: <?php add_action('wp_footer', 'myFunction'); function myFunction() { ?> <script> jQuery(document).ready(function($) { var someVar = $(".product-total .woocommerce-Price-amount").html(); $( ".order_item .woocommerce-Price-amount, .is-well .woocommerce-Price-amount "…

VIEW QUESTION
Back To Top
Search