Hey,
here’s the pen - https://codepen.io/balabis/pen/LQJyPj
I am stuck on getting the information from the call.
Could someone please get me on the right tracks here ?
If you would open the url ajax is calling you would see all the info there. I seem to have no problem accessing it until one point. I use data.query.pages
to get to as low as pages. And then I’m stuck. Tried to get it by index but it won’t work. pages[1]
does not get me results. I need to get all the data inside of those pages and cannot find a way. Eventually I will have to iterate through all of them and add the info to separate <li>
elements.