Jquery: Hex value not displaying correctly -
I have a shopping cart that I update using jquery to represent any number of currencies for the representation of the user order And when I update the total of the car, the amount of the jacuzzi currency is displayed as hex.
Am I thinking that there is a way around this?
String & amp; # X24; 52.09 '(length = 11) and my Jquery incorporates it into my basket:
$ (' .art-info-value ') . Html (responseObject.cart_item_total); The output looks like this:
How do I display it correctly?
Comments
Post a Comment