Title: javascript variable data is being changed
Last modified: August 19, 2016

---

# javascript variable data is being changed

 *  [vishalkhialani](https://wordpress.org/support/users/vishalkhialani/)
 * (@vishalkhialani)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/javascript-variable-data-is-being-changed/)
 * Hi,
    My script works perfectly but when I put in in the wordpress post the below
   variable is changed from
 * > var initialData=”\{\”0name\”:\”Secret\”,\”0brandStatus\”: \”checked\”,\”1name\”:\”
   > OldSpice\”,\”1brandStatus\”: \”checked\”,\”2name\”:\”Degree\”,\”2brandStatus\”:\”
   > checked\”,\”3name\”:\”Dove\”,\”3brandStatus\”: \”checked\”,\”4name\”:\”Axe\”,\”
   > 4brandStatus\”: \”checked\”,\”5name\”:\”Maxim\”,\”5brandStatus\”: \”checked\”,\”
   > 6name\”:\”Nivea\”,\”6brandStatus\”: \”checked\”,\}” ;
 * **to**
 * > initialData=”{“0name”:”Secret”,”0brandStatus”: “checked”,”1name”:”OldSpice”,”
   > 1brandStatus”: “checked”,”2name”:”Degree”,”2brandStatus”: “checked”,”3name”:”
   > Dove”,”3brandStatus”: “checked”,”4name”:”Axe”,”4brandStatus”: “checked”,”5name”:”
   > Maxim”,”5brandStatus”: “checked”,”6name”:”Nivea”,”6brandStatus”: “checked”,}”;
 * How do I make sure the \ is not removed

The topic ‘javascript variable data is being changed’ is closed to new replies.

## Tags

 * [javascript](https://wordpress.org/support/topic-tag/javascript/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [vishalkhialani](https://wordpress.org/support/users/vishalkhialani/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/javascript-variable-data-is-being-changed/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
