hello all, i have this situation, i have this script below
You see, i want to eliminate the element "." in variable money with replace reference, but it didn't work..
any idea/ solution?
Code:
<script type="text/javascript"> var money="45.000.000"; document.write(str.replace(/./, "")); </script>
any idea/ solution?
Comment