Код: Выделить всё
/* Transform String in Number */
$(document).ready(function() {
function formatPrice() {
//$('.totalPrice').empty();
var price = parseFloat($.trim($('.skuBestPrice').html()).replace(",", "").replace("$", "").val());
var total = (parseFloat(price)/100).toFixed(2);
//$(".totalPrice").val(total);
document..getElementsByClassName(".totalPrice").innerHTML = total;
}
//$(document).on("load", "strong", formatPrice);
});Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/440 ... of-account
Мобильная версия