mcorcias
Results
1
comments of
mcorcias
This is the solution for spaces - I'm using in Hebrew text it's like an Arabic issue, the same problem const texts=document.querySelectorAll('.text') texts.forEach(text=>{ console.log(text); text.innerHTML = text.innerText.replace(/\s/g,"\u00a0") })