Answer the question
In order to leave comments, you need to log in
How to populate window.data with data?
Hello! There is data that comes as an ajax response in json format: It is var data = JSON.parse(response);
necessary to fill the window.data object with this data, how to do it?
window.data = {
"uuid": "",
"title": ""
.......
};
Answer the question
In order to leave comments, you need to log in
Hello
And in your case window has data?
Or maybe you meant this:$(window).data(сюда кладем объект)?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question