Widget:Sandbox2: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
}).done(function (data) { | }).done(function (data) { | ||
$(data['questions'][0]).each(function(i, e){ | $(data['questions'][0]).each(function(i, e){ | ||
console.log(e); | console.log(i); | ||
alert(e['PageName']); | |||
}); | }); | ||
}).error(function(error){ | }).error(function(error){ |