Welcome to Advanced Interactive Web Mapping, Programming, and Design, Class 4
This is a web page that can be viewed as slides.
→ to move forward
← to go back
Class 4
$('body').append( $('<div></div>').text('oh hi'); );
$.each
$.each(array, function);
var names = [...]; $.each(names, function () { // this contains // the value you're on });
var names = [...]; $.each(names, function () { // this contains // the value you're on console.log(this); });
https://search.mapzen.com/v1/search?text=union%20square%20park%20ny&api_key=search-pLM3hiG