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:

Enter the image Please describe here

How do I display it correctly?


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -