Magento 2.0, Magento 1.x, php, css, js, linux & other stuff
Разделение разрядов числа пробелами:
var str = "3830000"; alert(str.replace(/(\d)(?=(\d\d\d)+([^\d]|$))/g, '$1 '));
No comments:
Post a Comment