Reputation: 66935
So I need to pass to my script an array of such arrays [name, width, height]
and be capable to iterate through such array. In what format, how should my server response and how to request(my server can response on any Http and tcp request in any required form.) So I am in search for easiest in implementing on js side. But I can not use any special JS libs like Jquery. (as I said server can form any kind of TCP and HTTP response.)
So how should look my response to pass such array of arrays to JS and how to read it using JS?
Upvotes: 1
Views: 93