skip to Main Content

Why does WordPress-Jquery checkbox calculator return NaN?

i heve calucalot problem with jquery. Custom Wpform Checkbox Field returning NaN. HTML <div class="wpforms-payment-total"> $ 85 </div> <input type="checkbox" name="myBox2" size="12" /> With Two Coat + 15% <b><span id="totalfinal"></span> </b> JS jQuery(document).ready(function() { var Valuee = $('.wpforms-payment-total'); jQuery('input[name="myBox2"]').on('click', function()…

VIEW QUESTION
Back To Top
Search