Posts by Arte Sintonia • 21 points
2 posts
-
0
votes0
answers73
viewsQ: Round function does not work with infinite scroll
I used following Javascript function to round up discount values presented in my store: function limparClasse(classe) { var elementos = document.querySelectorAll('.' + classe); for (var i = 0; i…
javascriptasked Arte Sintonia 21 -
1
votes0
answers28
viewsQ: Round values 10.34 for whole numbers... Ex: 10 - Does not work with infinite scroll
I’m here cracking my head to solve a difficulty I’m facing, so I’ve come to ask for your help. My platform has that problem of presenting broken numbers (ex: 10.42% OFF) in the % of product…
javascriptasked Arte Sintonia 21