Answer the question
In order to leave comments, you need to log in
Data is not parsed. Why?
Hello. Can you please tell me the following function
function showPredecessor(urlValue) {
var predecessor = [];
predecessor = (collectData(urlValue, 'СвПредш')); (1)
}
function collectData(urlv, field) {
$.getJSON(urlv, function (data) {
var arr = [];
if (data.response[field] != null) {
for(var i =0; i < data.response[field].length; i++)
arr.push(getData(data.response[field]));
}
return arr;
});
}
Answer the question
In order to leave comments, you need to log in
after html / css, it’s just js that’s worth studying, well, you can also study bootstrap-like frameworks before that
Chris Aquino, Todd Gandy
Front-end. Client development for professionals. Node.js, ES6, REST.
Despite the title, I find this book to be one of the best for beginners.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question